Skip to content

Commit 70ebb94

Browse files
Merge pull request #2258 from rashmi73/issue_2105_2
Issue 2105 fixed
2 parents 0dfd76c + 2ec6617 commit 70ebb94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/shared/components/Settings/Profile/Hobby/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ textarea {
183183
}
184184

185185
&.col-1 {
186-
width: auto;
186+
// width: auto;
187187
}
188188

189189
&.col-2 {
190-
width: auto;
190+
// width: auto;
191191
}
192192

193193
&.row-1 {

src/shared/components/Settings/Profile/Skills/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170
.col-1,
171171
.col-2 {
172-
width: auto;
172+
// width: auto;
173173
}
174174
}
175175

0 commit comments

Comments
 (0)