mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Add webkit prefixed flex direction too.
This commit is contained in:
parent
fa3e8587cc
commit
b6319fcf50
@ -45,6 +45,7 @@ limitations under the License.
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
-webkit-flex-direction: column;
|
||||
|
||||
/* background-color: #f00; */
|
||||
width: 250px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user