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 1316ab0 commit eb4e6bcCopy full SHA for eb4e6bc
packages/frontend/css/style.css
@@ -1110,14 +1110,13 @@ input:checked + label {
1110
}
1111
1112
.settings {
1113
- display: block;
1114
- background: #f7f7f7;
1115
- border-radius: 2px;
1116
- border: 1px solid #e1e1e1;
1117
- height: 310px;
1118
- width: 100%;
1119
- overflow: auto;
1120
- padding: 20px 30px 0;
+ display: block;
+ background: #f7f7f7;
+ border-radius: 2px;
+ border: 1px solid #e1e1e1;
+ width: 100%;
+ padding: 20px 30px 0;
+ clear: both;
1121
1122
1123
@media screen and (max-width: 1000px) {
0 commit comments