summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/container_registry.scss
diff options
context:
space:
mode:
authorNick Kipling <nkipling@gitlab.com>2019-07-02 13:12:45 +0000
committerPhil Hughes <me@iamphill.com>2019-07-02 13:12:45 +0000
commitf01127ad25191913b3c399ee185f1c9f7034198b (patch)
treee6cfd00d9658b9b1424746e4e1c14df43cf5ecf0 /app/assets/stylesheets/pages/container_registry.scss
parenta7cc29c89f71c8f80806115a70c92750d4350a92 (diff)
downloadgitlab-ce-f01127ad25191913b3c399ee185f1c9f7034198b.tar.gz
Registry component now includes error messages
Includes changes to the Vue container registry component to support the display of an empty message and error message when invalid characters are found in the group, project or branch name. repositories/index.html.haml has been changed to remove the content and place into Vue component.
Diffstat (limited to 'app/assets/stylesheets/pages/container_registry.scss')
-rw-r--r--app/assets/stylesheets/pages/container_registry.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/container_registry.scss b/app/assets/stylesheets/pages/container_registry.scss
index dfff3e15556..cca5214a508 100644
--- a/app/assets/stylesheets/pages/container_registry.scss
+++ b/app/assets/stylesheets/pages/container_registry.scss
@@ -2,6 +2,12 @@
* Container Registry
*/
+.container-message {
+ pre {
+ white-space: pre-line;
+ }
+}
+
.container-image {
border-bottom: 1px solid $white-normal;
}