Fix handling of large numbers of image tracks (#1451)
Fixes #1448 Image tracks will now automatically inline when possible. When not possible, we display a maximum of 5 tracks before we change them to a single column with colored dots.
This commit is contained in:
parent
94e9448658
commit
f0bf138448
4 changed files with 83 additions and 24 deletions
|
@ -57,10 +57,6 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
.repo-panel-tags-element .image-id-col {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.repo-panel-tags-element .options-col {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
|
Reference in a new issue