Skip to content

Commit 6f51149

Browse files
Fix select style
1 parent ef4f3cd commit 6f51149

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

app/stylesheets/AddModal.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@
1919

2020
/* Form */
2121
form {
22-
@include centerWithFlex(center, column);
22+
@include centerWithFlex($direction: column);
2323
padding: 0 30px;
2424

2525
div {
26+
display: flex;
27+
align-items: center;
28+
2629
&:first-of-type {
27-
margin-top: 0;
30+
margin-top: 20px;
2831
}
2932

3033
@include centerWithFlex(space-between);
@@ -44,6 +47,7 @@
4447

4548
/* Select field */
4649
select {
50+
margin: 0;
4751
appearance: none;
4852
cursor: pointer;
4953
height: 30px;

0 commit comments

Comments
 (0)