mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Allow wrap on the action bar
This is needed to fit better on tablets and mobile screens.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user