Merge pull request #2372 from mlorb/ml-sci-4306

Fix repository data time range column width [SCI-4306]
This commit is contained in:
mlorb 2020-01-28 15:15:00 +01:00 committed by GitHub
commit 1015ec40fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,14 @@
.repository-table {
margin-top: 20px;
&.editing {
.dataTables_scrollHead {
.repository-column[data-type="RepositoryDateTimeRangeValue"] {
min-width: 520px;
}
}
}
.dataTables_filter {
float: right;
}