mirror of https://github.com/vector-im/riot-web
fix containment rule to keep height when resizing vertically
parent
a34f8a29f4
commit
5ef78f43a4
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
||||||
contain: strict;
|
contain: content; // Not strict as it will break when resizing a sublist vertically
|
||||||
height: 40px;
|
height: 40px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue