Allow wrap on the action bar
This is needed to fit better on tablets and mobile screens.
This commit is contained in:
parent
eab081e253
commit
aecf84c6b6
|
|
@ -3259,7 +3259,9 @@ else { //default: white
|
||||||
|
|
||||||
div.action_bar > div.actions {
|
div.action_bar > div.actions {
|
||||||
float: right;
|
float: right;
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.action_bar > div.actions > div.unsaved {
|
div.action_bar > div.actions > div.unsaved {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue