1
0
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:
chylex 2017-04-03 18:21:05 +02:00
parent c78c63285e
commit 9f93fbb161

View File

@ -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) {