mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
FIX: Composer not properly centered in IE11
This commit is contained in:
parent
e7725e23ad
commit
29bdf35977
@ -8,10 +8,9 @@
|
||||
left: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
max-width: 1475px;
|
||||
width: 100%;
|
||||
@media screen and (max-width: 1200px) {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
z-index: 999;
|
||||
|
@ -1,6 +1,5 @@
|
||||
#reply-control {
|
||||
.reply-area {
|
||||
max-width: 1500px;
|
||||
margin: 0 auto;
|
||||
padding: 5px 15px;
|
||||
box-sizing: border-box;
|
||||
|
Loading…
Reference in New Issue
Block a user