From 7211e8d34fdcda79b203e3431d69bee8bcb07378 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 30 Dec 2021 16:59:13 +0100 Subject: [PATCH] chore: unindet class --- src/views/namespaces/ListNamespaces.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/namespaces/ListNamespaces.vue b/src/views/namespaces/ListNamespaces.vue index 31995ba6a..ec9dd52a2 100644 --- a/src/views/namespaces/ListNamespaces.vue +++ b/src/views/namespaces/ListNamespaces.vue @@ -149,15 +149,15 @@ export default { margin-bottom: .5rem; } } +} - .new-namespace { - margin-left: 1rem; +.new-namespace { + margin-left: 1rem; - @media screen and (max-width: $tablet) { - width: 100%; - margin-left: 0; - margin-bottom: .5rem; - } + @media screen and (max-width: $tablet) { + width: 100%; + margin-left: 0; + margin-bottom: .5rem; } } \ No newline at end of file