Use 'inline-size' instead of 'width'

This commit is contained in:
Lesley Norton 2021-10-27 09:06:57 -05:00
parent d361ca9266
commit 7be7bb2b22
No known key found for this signature in database
GPG key ID: E98FBAEE3F13956E

View file

@ -1764,7 +1764,7 @@ h3.title {
.menu-item td {
align-items: center;
display: flex;
width: 100%;
inline-size: 100%;
}
.menu-item.drag-over td {