1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-30 03:50:41 +12:00

buttons must be able to wrap

This commit is contained in:
gorhill 2014-11-06 08:14:17 -05:00
parent f769d5632f
commit fb9def312a

View file

@ -10,7 +10,7 @@ div > p:last-child {
padding: 0; padding: 0;
white-space: nowrap; white-space: nowrap;
} }
#diff > div { #diff > .pane {
border: 0; border: 0;
box-sizing: box-border; box-sizing: box-border;
display: inline-block; display: inline-block;
@ -18,13 +18,14 @@ div > p:last-child {
margin: 0; margin: 0;
padding: 0; padding: 0;
position: relative; position: relative;
white-space: normal;
width: calc(50% - 2px); width: calc(50% - 2px);
} }
#diff > div > div { #diff > .pane > div {
padding: 0 0 1em 0; padding: 0 0 1em 0;
text-align: center; text-align: center;
} }
#diff > div > div > span { #diff > .pane > div > span {
float: left; float: left;
} }
html.ltr #revertButton:after { html.ltr #revertButton:after {