From 70500d052defd9f5d3048dfd35161ca3ed0ba833 Mon Sep 17 00:00:00 2001 From: lukasz_ostafin Date: Mon, 21 Sep 2020 12:09:29 +0200 Subject: [PATCH] EZP-31910: Set small font for tooltips in ezobjectrelation --- .../public/scss/fieldType/edit/_ezobjectrelationlist.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bundle/Resources/public/scss/fieldType/edit/_ezobjectrelationlist.scss b/src/bundle/Resources/public/scss/fieldType/edit/_ezobjectrelationlist.scss index 296dcfe4fd..be3a12cbc0 100644 --- a/src/bundle/Resources/public/scss/fieldType/edit/_ezobjectrelationlist.scss +++ b/src/bundle/Resources/public/scss/fieldType/edit/_ezobjectrelationlist.scss @@ -13,6 +13,10 @@ width: 100%; } + &__helper-text { + font-size: calculateRem(14px); + } + &__cta-btn { margin: calculateRem(32px) 0; }