Allow wrap on the action bar

This is needed to fit better on tablets and mobile screens.
This commit is contained in:
FusionPBX 2024-12-21 14:35:26 -07:00 committed by GitHub
parent eab081e253
commit aecf84c6b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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 {