From 5c296a9ff0edb14ef8c251fb8fad6a07de913f36 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sun, 24 Jan 2021 11:22:39 +0100 Subject: [PATCH] Make help text in Materialize forms smaller --- aleksis/core/static/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aleksis/core/static/style.scss b/aleksis/core/static/style.scss index a7b292996..5554e9fd2 100644 --- a/aleksis/core/static/style.scss +++ b/aleksis/core/static/style.scss @@ -286,6 +286,10 @@ form .row { margin-bottom: 0; } +.help-block { + font-size: 75%; +} + label.chips-checkbox { &.active { outline: none; -- GitLab