Skip to content

Commit

Permalink
Replace start with flex-start
Browse files Browse the repository at this point in the history
  • Loading branch information
parsagholipour committed Apr 26, 2023
1 parent 8fcd2bf commit 6ee52f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/assets/styles/style-dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

.sharee__dropdown > * {
display: flex;
justify-content: start;
justify-content: flex-start;
align-items: center;
background: white;
padding: 2px 7px 2px 10px;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/style-fixed.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

.sharee__fixed > * {
display: flex;
justify-content: start;
justify-content: flex-start;
align-items: center;
background: white;
padding-inline-start: 2px;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/style-modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

.sharee__modal > * {
display: flex;
justify-content: start;
justify-content: flex-start;
align-items: center;
background: white;
padding: 2px 7px 2px 10px;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/style-normal.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

.sharee__normal > * {
display: flex;
justify-content: start;
justify-content: flex-start;
align-items: center;
background: white;
padding-top: 3px;
Expand Down

0 comments on commit 6ee52f6

Please sign in to comment.