Skip to content

Commit 1d75109

Browse files
author
vikasrohit
authored
Merge pull request #1213 from yoution/issue-1195
fix: issue #1195 #1102
2 parents 2efc9a2 + 855ab96 commit 1d75109

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/components/ChallengeEditor/ChallengeEditor.module.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
.leftContainer {
3131
display: flex;
3232
align-items: center;
33+
.title {
34+
text-align: left;
35+
}
3336
}
3437

3538
.title {

src/components/ChallengeEditor/ChallengeViewTabs/ChallengeViewTabs.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $tc-white: #FFFFFF;
2323
line-height: 29px;
2424
margin-right: 5px;
2525
color: $challenges-title;
26-
text-align: center;
26+
text-align: left;
2727
}
2828

2929
.actionButtons {

src/components/LegacyLinks/LegacyLinks.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.container {
33
display: flex;
44
align-items: center;
5+
white-space: nowrap;
56

67
> a {
78
margin: 0 5px;

0 commit comments

Comments
 (0)