🐛 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 f9e3e797f1
commit 8a757cef9a

View File

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