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
parent
b2130a5295
commit
0b3a9baa44
|
@ -64,7 +64,7 @@ limitations under the License.
|
|||
order: 3;
|
||||
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
flex: 1 1 0;
|
||||
margin-top: 18px;
|
||||
margin-bottom: 18px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue