add nowrap to aside
This commit is contained in:
parent
810c34d4b0
commit
6eeabfd34b
|
|
@ -34,8 +34,9 @@ aside {
|
||||||
resize: horizontal;
|
resize: horizontal;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid green;
|
border: 1px solid green;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
min-width: 120px;
|
min-width: 90px;
|
||||||
max-width: 50vw;
|
max-width: 50vw;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue