FIX: Safari needs a max-width to prevent modal overflow
This commit is contained in:
parent
1b3165d217
commit
2064223fbd
|
@ -19,6 +19,8 @@
|
|||
.revision-content {
|
||||
width: 47.5%;
|
||||
float: left;
|
||||
max-width: 500px; // Safari needs a max-width to prevent overflow issues
|
||||
|
||||
&:nth-of-type(2) {
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue