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
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2019-01-03 22:06:56 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-03 22:06:56 +0300
commitcc170959da693ab7596c97f9d8dbdf63f8baf52f (patch)
tree0f95cee9b1482454cec2ed8caa551b1cfc88dfcf
parent24665ccbe13134bf8379dc68ddfbe80f6c035808 (diff)
Force popover-header to size 14px instead of rems
-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;
}