summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-03 19:06:56 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-03 19:06:56 +0000
commit21728cfea8c35a079dcf976f6ca39a4e06f78180 (patch)
tree0f95cee9b1482454cec2ed8caa551b1cfc88dfcf
parent24665ccbe13134bf8379dc68ddfbe80f6c035808 (diff)
parentcc170959da693ab7596c97f9d8dbdf63f8baf52f (diff)
downloadgitlab-ce-21728cfea8c35a079dcf976f6ca39a4e06f78180.tar.gz
Merge branch 'fix-popover-header-size' into 'master'
Force popover-header to size 14px instead of rems Closes gitlab-ee#8941 See merge request gitlab-org/gitlab-ce!24065
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index b7dbb48632e..587127bb059 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -145,7 +145,8 @@ table {
pointer-events: none;
}
-.popover {
+.popover,
+.popover-header {
font-size: 14px;
}