Merge pull request #5985 from G-Chubinidze/gc_SCI_8725

Reports table: changed minimum width to accommodate shrunk screen [SCI-8725]
This commit is contained in:
artoscinote 2023-08-16 11:17:15 +02:00 committed by GitHub
commit 92d2850800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@
}
}
td:nth-child(4) {
min-width: min-content;
min-width: 60px;
}
}