mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Merge pull request #398 from mlorb/ml_sci_843
Adjust samples tables height when in edit mode selecting sample type/group [SCI-843]
This commit is contained in:
commit
fe1ef97523
1 changed files with 5 additions and 0 deletions
5
app/assets/stylesheets/extend/bootstrap.scss
vendored
5
app/assets/stylesheets/extend/bootstrap.scss
vendored
|
@ -110,3 +110,8 @@
|
|||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.dataTables_scrollBody {
|
||||
height: auto !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue