We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b11d6b commit 7f94efaCopy full SHA for 7f94efa
styles/theme-base.css
@@ -1020,6 +1020,7 @@ fieldset {
1020
word-spacing:6px;
1021
margin: 0;
1022
padding: 0.1rem 0.3rem;
1023
+ line-height: 2.5rem;
1024
}
1025
1026
.tt-dropdown-menu .result-count {
@@ -1057,13 +1058,15 @@ fieldset {
1057
1058
overflow: hidden;
1059
text-overflow: ellipsis;
1060
font-size: 11pt;
1061
+ line-height: 2rem;
1062
+ font-weight: normal;
1063
1064
1065
/* Class and other matches descriptions tend to be useless. */
1066
.tt-suggestion .description {
1067
display: block;
1068
font-size: 0.75rem;
- line-height: 0.8rem;
1069
+ line-height: 1rem;
1070
1071
1072
0 commit comments