diff --git a/static/css/core-ui.css b/static/css/core-ui.css index 28e0b8fb9..3fd80f895 100644 --- a/static/css/core-ui.css +++ b/static/css/core-ui.css @@ -999,6 +999,17 @@ a:focus { width: 100%; } +.co-fixed-table { + table-layout: fixed; +} + +.co-fixed-table .co-flowing-col{ + overflow: hidden; + text-overflow: ellipsis; + padding-left: 16px; + vertical-align: middle; +} + .co-table td { border-bottom: 1px solid #eee; padding: 10px; @@ -1045,10 +1056,12 @@ a:focus { .co-table .checkbox-col { width: 24px; + text-align: center; } .co-table td.options-col { - width: 30px; + width: 36px; + text-align: center; } .co-table td.caret-col { diff --git a/static/css/directives/repo-view/repo-panel-tags.css b/static/css/directives/repo-view/repo-panel-tags.css index b276c02a0..0e1d0a9c5 100644 --- a/static/css/directives/repo-view/repo-panel-tags.css +++ b/static/css/directives/repo-view/repo-panel-tags.css @@ -118,6 +118,19 @@ color: black; } +.arepo-panel-tags-element .tag-span { + overflow: hidden; + text-overflow: ellipsis; + max-width: 250px; + display: inline-block; +} + +@media (max-width: 1000px) { + .repo-panel-tags-element .image-track { + display: none; + } +} + @media (max-width: 767px) { .repo-panel-tags-element .tag-span { overflow: hidden; diff --git a/static/directives/repo-view/repo-panel-tags.html b/static/directives/repo-view/repo-panel-tags.html index bd740ca88..a1e71945b 100644 --- a/static/directives/repo-view/repo-panel-tags.html +++ b/static/directives/repo-view/repo-panel-tags.html @@ -77,7 +77,7 @@
-@@ -85,29 +85,30 @@ | + style="width: 140px;"> Last Modified | Security Scan | + style="width: 80px;"> Size | -+ style="width: 140px;"> Image | ++ | |
- | + | Unknown @@ -193,7 +194,7 @@ | - | + | @@ -241,6 +242,7 @@ | +