Skip to content

Commit f6122a2

Browse files
CORE-5093: remove unused styles (#745)
1 parent b7ed7ae commit f6122a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/modules/header/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@
379379
}
380380

381381
& .group:nth-child(1) {
382-
text-align: center;
383382
border-right: 1px dashed var(--gray-300);
384383
}
385384
}
@@ -444,7 +443,7 @@
444443
align-items: flex-start;
445444
justify-content: center;
446445
width: max-content;
447-
min-width: 215px;
446+
min-width: 225px;
448447
height: 68px;
449448
padding: .5rem;
450449
margin-top: 1rem;

0 commit comments

Comments
 (0)