From da13349b142a1360206e9f6dfd3dc6cab1a4d83f Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 27 Jun 2021 12:16:59 -0400 Subject: [PATCH] Reduce titles in Russian language to prevent overflows. --- frontend/src/styles.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 9a985bbba..b33dd78da 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -251,6 +251,9 @@ body { font-size: 14px; } +html:lang(ru) .card-title { + font-size: 0.9rem; +} /* Chartist */ $ct-series-names: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z);