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 9c59610 commit 4105d60Copy full SHA for 4105d60
src/styles/main.css
@@ -331,15 +331,22 @@ abbr {
331
border-radius: var(--br-md);
332
cursor: pointer;
333
334
- display: grid;
335
- grid-template-columns: 1fr auto;
+ display: flex;
336
align-items: center;
+ justify-content: space-between;
337
}
338
339
.selector__value {
340
display: flex;
341
gap: 0.5em;
342
343
+ width: calc(100% - 30px);
344
+}
345
+
346
+.selector__value > span {
347
+ overflow: hidden;
348
+ white-space: nowrap;
349
+ text-overflow: ellipsis;
350
351
352
.selector__value img {
@@ -451,7 +458,7 @@ abbr {
451
458
452
459
453
460
.header__highlighter-style-selector {
454
- width: 250px;
461
+ width: 280px;
455
462
456
463
457
464
.primary-nav {
0 commit comments