mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
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…
x
Reference in New Issue
Block a user