Skip to content

Commit 36c18c7

Browse files
committed
Add grid-area to the error message column
1 parent cb59ff9 commit 36c18c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

wcfsetup/install/files/style/ui/fileList.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
grid-area: error;
4444
}
4545

46+
.fileList__item__errorMessage {
47+
grid-area: error;
48+
}
49+
4650
.fileList__item__file {
4751
display: flex;
4852
grid-area: file;

0 commit comments

Comments
 (0)