Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-03-27 12:35:19 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-03-27 14:45:46 +0300
commit37b0e91ca8b4a009a07db9b80b62c007e4789ae0 (patch)
tree4c697176db89cc39400cecb87e9d891887925936 /app
parent0610bb091766d3bb935fc10898dd66bc6f76b1c5 (diff)
Removes EE differences for environments.scss
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/environments.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index 61ecf133b02..0eb854ecf98 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -346,7 +346,9 @@
}
> .popover-title,
- > .popover-content {
+ > .popover-content,
+ > .popover-header,
+ > .popover-body {
padding: 8px;
font-size: 12px;
white-space: nowrap;