Skip to content

Commit 29f5cc6

Browse files
committed
lowercase on sort_by text
1 parent 5b06701 commit 29f5cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
989989
}
990990

991991
.l-sort-toolbar .sort-by b {
992-
text-transform: uppercase;
992+
text-transform: lowercase;
993993
padding-left: 3px;
994994
}
995995

0 commit comments

Comments
 (0)