Fix repository data time range column width

This commit is contained in:
Mojca Lorber 2020-01-28 15:12:09 +01:00
parent 358a0b89ce
commit 1a834c206b

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;
}