Skip to content

Commit d08866a

Browse files
palbizuPatricio Albizu
andauthored
fix: Adjusting styles (#861)
* fix: Adjusting styles * fix: Adjusting styles * fix: fixing lintern Co-authored-by: Patricio Albizu <[email protected]>
1 parent c335c46 commit d08866a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

projects/components/src/time-picker/time-picker.component.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,19 @@
1717
display: flex;
1818
align-items: center;
1919
height: 32px;
20-
padding: 12px;
20+
padding: 0 8px;
2121
cursor: pointer;
2222

2323
.trigger-icon {
24-
padding-left: 8px;
24+
padding: 0 8px;
2525
}
2626

27-
.trigger-label {
27+
.trigger-caret {
2828
padding: 0 8px;
29+
}
30+
31+
.trigger-label {
32+
padding-left: 8px;
2933
flex: 1 1 auto;
3034
}
3135
}

0 commit comments

Comments
 (0)