summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-05-22 08:45:46 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-05-22 08:45:46 -0500
commit524d1a6ff63bf37ad87e12b683a9bfef785868a5 (patch)
tree3639688e6b2fc519b4dec29fdb23db88dee6b914 /app/assets/stylesheets
parent429c7f8f59c4cc9363aafba0695932c91e2ade88 (diff)
downloadgitlab-ce-524d1a6ff63bf37ad87e12b683a9bfef785868a5.tar.gz
Fix popover font size
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index db6dd82807d..3d850523480 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -56,6 +56,9 @@ table {
pointer-events: none;
}
+.popover {
+ font-size: 14px;
+}
@each $breakpoint in map-keys($grid-breakpoints) {
@include media-breakpoint-up($breakpoint) {