1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

🐛 Fixed tooltip width

no issue.
- fixed a CSS bug that cut the width of tooltips
This commit is contained in:
Peter Zimon 2019-11-23 10:27:22 +01:00
parent 7257e13ea4
commit 6105cb61db

View file

@ -180,7 +180,6 @@ button, .btn-base {
position: absolute; position: absolute;
bottom: calc(100% + 4px); bottom: calc(100% + 4px);
left: 50%; left: 50%;
width: max-content;
white-space: nowrap; white-space: nowrap;
padding: 3px 7px; padding: 3px 7px;
border-radius: 3px; border-radius: 3px;