apply max-width only to settings
parent
0efbc77370
commit
961cb8e427
|
@ -97,7 +97,6 @@
|
|||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
max-width: 650px;
|
||||
margin-bottom: 20px;
|
||||
.buttons_main();
|
||||
}
|
||||
|
|
|
@ -17,6 +17,12 @@
|
|||
flex-flow: column;
|
||||
font: @colortheme_app-font;
|
||||
|
||||
.cp-sidebarlayout-element {
|
||||
&[class*="cp-settings"] {
|
||||
max-width: 650px;
|
||||
}
|
||||
}
|
||||
|
||||
#cp-export-container {
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue