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:
akshatdalton 2021-06-12 10:57:02 +00:00 committed by Tim Abbott
parent 2b1cc006fa
commit e9a2183fda
1 changed files with 5 additions and 0 deletions

View File

@ -116,6 +116,11 @@
right: 0;
}
[data-tippy-root] {
width: max-content;
word-wrap: unset;
}
.restore-draft {
cursor: pointer;
margin-right: 5px;