Skip to content

Commit 69b2e35

Browse files
minor fixes
1 parent a761ade commit 69b2e35

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

ASP.NET Core/wwwroot/css/Site.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.demo-container {
2-
margin: 50px 50px;
3-
width: 90vh;
2+
margin: 50px;
3+
width: 90vw;
44
}
55
body {
66
margin: 8px;

Angular/src/app/app.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.default-style {
22
margin: 50px;
3-
width: 90vh;
3+
width: 90vw;
44
}

Angular/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
33
import { AppModule } from './app/app.module';
44

55
platformBrowserDynamic().bootstrapModule(AppModule)
6+
// @ts-expect-error: `console.error` is used here intentionally for simple error logging during bootstrap
67
.catch((err) => console.error(err));

React/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.main {
22
margin: 50px;
3-
width: 90vh;
3+
width: 90vw;
44
}

jQuery/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ http://localhost:3000/src/index.html
2525

2626
You can learn more about jQuery API in the [jQuery documentation](https://api.jquery.com/).
2727

28-
To get more help on DevExtreme submit an issue on [GitHub](https://github.com/DevExpress/devextreme/issues) or [Support Center](https://www.devexpress.com/Support/Center/Question/Create)
29-
30-
28+
To get more help on DevExtreme submit an issue in the [Support Center](https://www.devexpress.com/Support/Center/Question/Create)

jQuery/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.demo-container {
22
margin: 50px;
3-
width: 90vh;
3+
width: 90vw;
44
}

0 commit comments

Comments
 (0)