Skip to content
Snippets Groups Projects

Container Registry multi-level image names support

7 unresolved threads
29 files
+ 208
209
Compare changes
  • Side-by-side
  • Inline
Files
29
@@ -3,14 +3,14 @@
*/
.container-image {
border-bottom: 1px solid #f0f0f0;
border-bottom: 1px solid $white-normal;
}
.container-image-head {
padding: 0px 16px;
padding: 0 16px;
line-height: 4;
}
.table.tags {
margin-bottom: 0px;
margin-bottom: 0;
}
Loading