From c1138f1d2635a0e306d512f565165502832ca337 Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Thu, 23 Apr 2020 16:56:09 +0200 Subject: [PATCH] fix font --- app/assets/stylesheets/my_modules/protocols/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/my_modules/protocols/index.scss b/app/assets/stylesheets/my_modules/protocols/index.scss index 08de347a1..5f1bb0847 100644 --- a/app/assets/stylesheets/my_modules/protocols/index.scss +++ b/app/assets/stylesheets/my_modules/protocols/index.scss @@ -92,7 +92,7 @@ } .dropdown-menu { - font-size: 14px; + @include font-button; a { padding: 8px 20px;