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 {
|
||||
float: right;
|
||||
white-space: nowrap;
|
||||
white-space: normal;
|
||||
overflow-wrap: break-word;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
div.action_bar > div.actions > div.unsaved {
|
||||
|
|
|
|||
Loading…
Reference in New Issue