mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing tooltip word-wrap
This commit is contained in:
@@ -58,6 +58,9 @@
|
||||
&.input-group--limit {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
.tooltip-inner {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.form-control {
|
||||
text-align: left;
|
||||
display: table-cell;
|
||||
|
||||
Reference in New Issue
Block a user