Skip to content

Commit eb4e6bc

Browse files
committed
fix: Minor css change
1 parent 1316ab0 commit eb4e6bc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

packages/frontend/css/style.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,14 +1110,13 @@ input:checked + label {
11101110
}
11111111

11121112
.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;
1113+
display: block;
1114+
background: #f7f7f7;
1115+
border-radius: 2px;
1116+
border: 1px solid #e1e1e1;
1117+
width: 100%;
1118+
padding: 20px 30px 0;
1119+
clear: both;
11211120
}
11221121

11231122
@media screen and (max-width: 1000px) {

0 commit comments

Comments
 (0)