fix CSS on firefox with copious application of black magic. the same trick might help the vertical height problem on chrome which was worked around by turning RoomView into a dummy flexbox
This commit is contained in:
parent
b2130a5295
commit
0b3a9baa44
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ limitations under the License.
|
||||||
order: 3;
|
order: 3;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex: 1;
|
flex: 1 1 0;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue