File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ fieldset {
1128
1128
}
1129
1129
1130
1130
/* Class and other matches descriptions tend to be useless. */
1131
- .tt-dataset-0 . tt- suggestion .description {
1131
+ .tt-suggestion .description {
1132
1132
display : block;
1133
1133
font-size : 0.8em ;
1134
1134
line-height : 1.3 ;
@@ -1137,9 +1137,6 @@ fieldset {
1137
1137
text-overflow : ellipsis;
1138
1138
}
1139
1139
1140
- .tt-suggestion .description {
1141
- display : none;
1142
- }
1143
1140
1144
1141
/* Selected items. */
1145
1142
.tt-is-under-cursor {
@@ -1149,13 +1146,13 @@ fieldset {
1149
1146
/* We need to crunch down the dropdown on smaller displays. Firstly we'll drop
1150
1147
* the descriptions, then classes (since they're two clicks away if you have
1151
1148
* matching functions). */
1152
- @media screen and (max-height : 580 px ) {
1153
- .tt-dataset-0 . tt- suggestion .description {
1149
+ @media screen and (max-height : 480 px ) {
1150
+ .tt-suggestion .description {
1154
1151
display : none;
1155
1152
}
1156
1153
}
1157
1154
1158
- @media screen and (max-height : 500 px ) {
1155
+ @media screen and (max-height : 400 px ) {
1159
1156
.tt-dataset-1 {
1160
1157
/* Overriding an unfortunate element style. */
1161
1158
display : none !important ;
You can’t perform that action at this time.
0 commit comments