1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 10:25:08 +01:00

Fix weird word breaks on edition action panel

This commit is contained in:
Brett Sun 2015-12-02 17:54:31 +01:00
parent 384d597405
commit ed6b80df89

View File

@ -26,7 +26,7 @@
vertical-align: middle;
&:first-child {
word-break: break-all;
word-break: break-word;
font-size: .9em;
}
}