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 {