From aecf84c6b67f2b573587762c3f194298cb64f9ad Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 21 Dec 2024 14:35:26 -0700 Subject: [PATCH] Allow wrap on the action bar This is needed to fit better on tablets and mobile screens. --- themes/default/css.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/default/css.php b/themes/default/css.php index 0be2dc295c..24a1760404 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -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 {