Small updates to css in the item form.
This commit is contained in:
parent
8d29dd023c
commit
186dd36925
|
@ -1980,6 +1980,7 @@ export default {
|
|||
|
||||
.collapse-all {
|
||||
font-size: 0.75em;
|
||||
white-space: nowrap;
|
||||
.icon {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
|
|
@ -793,6 +793,8 @@
|
|||
visibility: hidden;
|
||||
}
|
||||
.hidden-tabs-section /deep/ .tab-content {
|
||||
padding-top: 0 !important;
|
||||
|
||||
.tainacan-finder-columns-container {
|
||||
border: none;
|
||||
}
|
||||
|
|
|
@ -64,4 +64,9 @@
|
|||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 782px) {
|
||||
.select select {
|
||||
line-height: 2em !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue