mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
add word wrap to tooltips
This commit is contained in:
parent
6d90651ff0
commit
82e87b9bb6
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
text-align: center;
|
||||
background-color: #000000;
|
||||
border-radius: 4px;
|
||||
word-break: break-all;
|
||||
}
|
||||
.tooltip-arrow {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Reference in a new issue