Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 747a13d

Browse files
author
vikasrohit
committed
SUP-2901, [Edit Profile]: Improvements to the width of sections
-- Applied suggested (by vikas) changes after getting go ahead in JIRA story.
1 parent 92f9fc1 commit 747a13d

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

assets/css/directives/external-account.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
display: flex;
55
flex-direction: column;
66
align-items: center;
7-
margin: 5px 20px 15px 0;
7+
margin: 5px 0px 15px 0;
88
cursor: pointer;
99

1010
&.connected {

assets/css/directives/external-link-data.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
external-accounts {
44
display: flex;
55
flex-flow: row wrap;
6+
justify-content: space-between;
67
}
78

89
.ext-link-tile_edit-header {
@@ -207,18 +208,14 @@ external-accounts {
207208
display: flex;
208209
flex-direction: row;
209210
flex-wrap: wrap;
210-
justify-content: flex-start;
211+
justify-content: space-between;
211212
padding: 0px 60px;
212213

213214
.external-link-tile {
214215
border: 1px solid #f0f0f0;
215216
background-color: $gray-lightest;
216-
margin-left: 15px;
217217
margin-top: 30px;
218218
margin-bottom: 0px;
219-
// &:nth-child(3n+1) {
220-
// margin-left: 0px;
221-
// }
222219
width: 218px;
223220
height: 240px;
224221
display: flex;

assets/css/settings/settings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,12 +320,12 @@
320320
flex-direction: row;
321321
flex-wrap: wrap;
322322
margin-top: 20px;
323+
justify-content: space-between;
323324

324325
.skill {
325326
margin: 0 20px 10px;
326327
@media only screen and (min-width: 768px) {
327328
margin: 0;
328-
margin-right: 30px;
329329
margin-bottom: 60px;
330330
}
331331
}

0 commit comments

Comments
 (0)