Skip to content

Commit 93874b3

Browse files
Merge pull request #542 from microsoft/psl-bug-23383
fix: Adjust the margin for .tab in the CSS to ensure the tab heading displ…
2 parents f6d288b + ae8b592 commit 93874b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/frontend/src/styles/TeamSelector.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@
200200
.tab {
201201
color: var(--colorNeutralForeground2) !important;
202202
font-weight: 400 !important;
203-
padding: 8px 0 !important;
204-
margin: 0 !important;
203+
margin: -10px !important;
205204
/* border: none !important; */
206205
/* border-bottom: 2px solid transparent !important; */
207206
background: transparent !important;

0 commit comments

Comments
 (0)