mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-23 21:15:49 +02:00
Fix edit-design plugin modal to not break with a custom font size
This commit is contained in:
parent
c78c63285e
commit
9f93fbb161
@ -163,6 +163,7 @@
|
||||
.td-modal-inner-cols .l-column {
|
||||
padding: 15px 9px;
|
||||
box-sizing: border-box;
|
||||
font-size: 0; /* fix custom font size breaking the modal layout */
|
||||
}
|
||||
|
||||
.td-modal-inner-cols .l-column:nth-child(2) {
|
||||
|
Loading…
Reference in New Issue
Block a user