fixed buttons breaking responsive layout

pull/1/head
Pierre BONDOERFFER 8 years ago
parent f5e7a6f0c8
commit 3b10217fb0

@ -149,7 +149,8 @@ tr {
border-radius: 5px;
margin-top: 12px;
margin-bottom: 12px;
white-space: nowrap;
display: inline-block;
line-height: 1.5em;
}
.alertify button {
margin: 3px 0px;

@ -181,7 +181,8 @@ p, pre, td, a, table, tr {
border-radius: 5px;
margin-top: 2 * 6px;
margin-bottom: 2 * 6px;
white-space: nowrap;
display: inline-block;
line-height: 1.5em;
}
.alertify button {
margin: 3px 0px;

Loading…
Cancel
Save