Use 'inline-size' instead of 'width'
This commit is contained in:
parent
d361ca9266
commit
7be7bb2b22
1 changed files with 1 additions and 1 deletions
|
@ -1764,7 +1764,7 @@ h3.title {
|
||||||
.menu-item td {
|
.menu-item td {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
inline-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-item.drag-over td {
|
.menu-item.drag-over td {
|
||||||
|
|
Loading…
Add table
Reference in a new issue