mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 14:47:56 +01:00
Add min-width and overflow hidden to toolbar to avoid line break in lower res
This commit is contained in:
parent
d97af3c1b1
commit
33718263a7
@ -3,6 +3,9 @@ div#toolbar {
|
|||||||
height: 50px;
|
height: 50px;
|
||||||
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
|
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
// TODO: make toolbar responsive
|
||||||
|
min-width: 900px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#toolbar .buttonContainer {
|
div#toolbar .buttonContainer {
|
||||||
|
Loading…
Reference in New Issue
Block a user