We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0532f7 commit c76eee3Copy full SHA for c76eee3
2 files changed
resources/scss/src/apps/portal/shared/content/Component.scss
@@ -2,14 +2,12 @@
2
background-color: transparent;
3
}
4
5
-.portal-size-large {
6
- .portal-content-component,
7
- .neo-markdown-component {
8
- min-width: 0;
+.portal-content-component,
+.neo-markdown-component {
+ min-width: 0;
9
10
- @media (min-width: 1297px) {
11
- margin-left: 0;
12
- max-width : min(1200px, calc(100% - 250px));
13
- }
+ @media (min-width: 1297px) {
+ margin-left: 0;
+ max-width : min(1200px, calc(100% - 250px));
14
15
resources/scss/src/apps/portal/shared/content/PageContainer.scss
@@ -20,7 +20,8 @@
20
21
22
@media (min-width: 1297px) {
23
- padding: 0 0 0 3rem;
+ margin-right: 250px;
24
+ padding : 0 0 0 3rem;
25
26
27
.neo-button {
@@ -66,9 +67,3 @@
66
67
68
69
-
70
71
- .content-bottom-toolbar {
72
- margin-right: 250px;
73
74
-}
0 commit comments