Skip to content

Commit 3d16d70

Browse files
committed
fix: view submissions 2 lines
1 parent 0ef33d1 commit 3d16d70

File tree

1 file changed

+2
-1
lines changed
  • src/shared/components/challenge-detail/Header

1 file changed

+2
-1
lines changed

src/shared/components/challenge-detail/Header/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
width: 100%;
1717
border-radius: 50px !important;
1818
height: 48px;
19-
padding: 0 25px !important;
2019
background: #137d60 !important;
2120
color: #fff !important;
21+
white-space: nowrap;
22+
padding: 0 35px !important;
2223

2324
@include xs-to-sm {
2425
width: fit-content;

0 commit comments

Comments
 (0)