Some improvements to image tracks in the repo list view
This commit is contained in:
parent
afc8e95e19
commit
3d3c8ca198
4 changed files with 26 additions and 6 deletions
|
@ -46,6 +46,7 @@
|
|||
|
||||
.repo-panel-tags-element .image-track-line.start {
|
||||
top: 18px;
|
||||
height: 24px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -58,3 +59,11 @@
|
|||
height: 16px;
|
||||
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