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
+1 -1
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 {