mirror of https://github.com/zulip/zulip.git
drafts: Fix tooltip css in draft controls.
Tooltip popover in draft controls was too narrow. Now its width is set to max-content width. This looks nice.
This commit is contained in:
parent
2b1cc006fa
commit
e9a2183fda
|
@ -116,6 +116,11 @@
|
|||
right: 0;
|
||||
}
|
||||
|
||||
[data-tippy-root] {
|
||||
width: max-content;
|
||||
word-wrap: unset;
|
||||
}
|
||||
|
||||
.restore-draft {
|
||||
cursor: pointer;
|
||||
margin-right: 5px;
|
||||
|
|
Loading…
Reference in New Issue