diff options
author | Erik Pellikka <erik@pellikka.org> | 2016-03-01 13:05:08 -0500 |
---|---|---|
committer | Erik Pellikka <erik@pellikka.org> | 2016-03-02 05:38:36 -0500 |
commit | 82e87b9bb613d403519b1ccbfc3589fcba096a39 (patch) | |
tree | a596ebc961faa25f1db6d47886d387ea43122672 /core/css | |
parent | 6d90651ff0218e4bebea1b6221969abde8a9d841 (diff) | |
download | nextcloud-server-82e87b9bb613d403519b1ccbfc3589fcba096a39.tar.gz nextcloud-server-82e87b9bb613d403519b1ccbfc3589fcba096a39.zip |
add word wrap to tooltips
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/tooltip.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/tooltip.css b/core/css/tooltip.css index 34d0ec6c70f..3c3582e30ef 100644 --- a/core/css/tooltip.css +++ b/core/css/tooltip.css @@ -53,6 +53,7 @@ text-align: center; background-color: #000000; border-radius: 4px; + word-break: break-all; } .tooltip-arrow { position: absolute; |