mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Safari needs a max-width to prevent modal overflow
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user