fix containment rule to keep height when resizing vertically

pull/21833/head
Germain Souquet 2021-06-03 16:26:20 +01:00
parent a34f8a29f4
commit 5ef78f43a4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ limitations under the License.
margin-bottom: 4px;
padding: 4px;
contain: strict;
contain: content; // Not strict as it will break when resizing a sublist vertically
height: 40px;
box-sizing: border-box;