mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Added CJK text support for the + button
Prohibit word breaks for CJK texts at #tooltip
This commit is contained in:
parent
283c71a672
commit
5ef0db1e25
1 changed files with 1 additions and 0 deletions
1
web/css/styles.min.css
vendored
1
web/css/styles.min.css
vendored
|
@ -2602,6 +2602,7 @@ form#vstobjects.suspended {
|
||||||
padding: 3px 14px 3px 27px;
|
padding: 3px 14px 3px 27px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
word-break: keep-all;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue