summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorScott Hampton <shampton@gitlab.com>2018-11-09 21:19:51 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-11-09 21:19:51 +0000
commitee0a8b7e7622fa81fb644f1e477582c6c09b9be7 (patch)
treee242273cde1c1c110ccf53c7d5347754f7ace1c0 /app/assets
parent65e5a79c2a3af42565e907c7e99171b43cb70eb1 (diff)
downloadgitlab-ce-ee0a8b7e7622fa81fb644f1e477582c6c09b9be7.tar.gz
Resolve "GitLab Pages settings regressions"
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/pages.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/pages.scss b/app/assets/stylesheets/pages/pages.scss
index fb42dee66d2..374227fe16a 100644
--- a/app/assets/stylesheets/pages/pages.scss
+++ b/app/assets/stylesheets/pages/pages.scss
@@ -1,7 +1,5 @@
.pages-domain-list {
&-item {
- position: relative;
- display: flex;
align-items: center;
.domain-status {
@@ -44,8 +42,9 @@
}
:first-child {
- border-bottom-left-radius: $border-radius-default;
- border-top-left-radius: $border-radius-default;
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+ line-height: $gl-line-height;
}
:not(:first-child) {