summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlauraMon <lmontemayor@gitlab.com>2019-08-08 20:14:36 -0400
committerlauraMon <lmontemayor@gitlab.com>2019-08-08 20:14:36 -0400
commit187c17a20f65b6c4c4e9f30962275bfd2982066c (patch)
treefb41f41db4c330da7ddb58d253e16c7710e91ec3
parent4e672487e5bd4729280b09f34b382ab46245ba18 (diff)
downloadgitlab-ce-lm-enable-specific-embeds-style.tar.gz
-rw-r--r--app/assets/stylesheets/pages/prometheus.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/prometheus.scss b/app/assets/stylesheets/pages/prometheus.scss
index d4e7a17dae6..e40bf7dc2f7 100644
--- a/app/assets/stylesheets/pages/prometheus.scss
+++ b/app/assets/stylesheets/pages/prometheus.scss
@@ -1,9 +1,9 @@
-.test {
- border: 1px solid red;
+.single-metric {
width: 50%;
float: left;
- > div {
- border: 1px solid blue;
+ @media (max-width: 992px) {
+ float: none;
+ width: 100%;
}
}