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