fixed buttons breaking responsive layout
This commit is contained in:
parent
f5e7a6f0c8
commit
3b10217fb0
@ -149,7 +149,8 @@ tr {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
white-space: nowrap;
|
display: inline-block;
|
||||||
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
.alertify button {
|
.alertify button {
|
||||||
margin: 3px 0px;
|
margin: 3px 0px;
|
||||||
|
|||||||
@ -181,7 +181,8 @@ p, pre, td, a, table, tr {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-top: 2 * 6px;
|
margin-top: 2 * 6px;
|
||||||
margin-bottom: 2 * 6px;
|
margin-bottom: 2 * 6px;
|
||||||
white-space: nowrap;
|
display: inline-block;
|
||||||
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
.alertify button {
|
.alertify button {
|
||||||
margin: 3px 0px;
|
margin: 3px 0px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user