diff --git a/static/toodego/_custom.scss b/static/toodego/_custom.scss index db735ceb..1fd0cae8 100644 --- a/static/toodego/_custom.scss +++ b/static/toodego/_custom.scss @@ -368,9 +368,11 @@ div.buttons { font-size: 1.1em; } - &:not(.current) & { - &--label { - display: none; + @media screen and (min-width: $desktop-limit) { + &:not(.current) & { + &--label { + display: block; + } } } // Tie