mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-03 17:51:51 +01:00
fix safari flexbox bug
This commit is contained in:
parent
85db381153
commit
d82c4c5ef3
@ -276,8 +276,8 @@ limitations under the License.
|
||||
order: 5;
|
||||
|
||||
width: 100%;
|
||||
-webkit-flex: 0;
|
||||
flex: 0;
|
||||
-webkit-flex: 0 0 auto;
|
||||
flex: 0 0 auto;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user