mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 12:17:40 +08:00
IE11: Login form needs full flex shorthand
This commit is contained in:
parent
225593d445
commit
80b3560050
@ -5,7 +5,7 @@
|
||||
.create-account {
|
||||
#login-buttons:not(.hidden) {
|
||||
display: flex;
|
||||
flex: 0;
|
||||
flex: 0 1 auto;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
min-height: 75px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user