fix: floating toolbar max width (#5949)

This commit is contained in:
Aaryan Khandelwal 2024-11-04 20:17:20 +05:30 committed by GitHub
parent 3d2fe7841f
commit f205d72782
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,7 +192,7 @@ ul[data-type="taskList"] li[data-checked="true"] > div > p {
/* Overwrite tippy-box original max-width */
.tippy-box {
max-width: 400px !important;
max-width: 600px !important;
}
.fade-in {