mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 14:54:38 +08:00
Fix repository data time range column width
This commit is contained in:
parent
358a0b89ce
commit
1a834c206b
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
|||
.repository-table {
|
||||
margin-top: 20px;
|
||||
|
||||
&.editing {
|
||||
.dataTables_scrollHead {
|
||||
.repository-column[data-type="RepositoryDateTimeRangeValue"] {
|
||||
min-width: 520px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dataTables_filter {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue