Discourage long event short forms

This commit is contained in:
Raphael Michel
2018-05-04 10:58:19 +02:00
parent c3da2fca9b
commit f4b77e6b03
3 changed files with 12 additions and 0 deletions

View File

@@ -139,6 +139,9 @@ p.bigger {
.helper-display-inline {
display: inline !important;
}
.helper-display-none-soft {
display: none;
}
.helper-display-none {
display: none !important;
}