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>2018-05-22 16:45:46 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-05-22 16:45:46 +0300
commit524d1a6ff63bf37ad87e12b683a9bfef785868a5 (patch)
tree3639688e6b2fc519b4dec29fdb23db88dee6b914 /app/assets/stylesheets/bootstrap_migration.scss
parent429c7f8f59c4cc9363aafba0695932c91e2ade88 (diff)
Fix popover font size
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-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) {