Skip to content

Commit d4b703f

Browse files
committed
LF-5028 Copy (and slightly reorder) .radioLabel styles into Rating
1 parent 6623730 commit d4b703f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/webapp/src/components/LocationDetailLayout/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
display: flex;
1818
justify-content: flex-start;
1919
align-items: baseline;
20-
margin-bottom: 12px;
2120
gap: 8px;
21+
margin-bottom: 12px;
2222

2323
h5 {
2424
font-size: 16px;

packages/webapp/src/components/Rating/styles.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ button {
1717

1818
.labelContainer {
1919
display: flex;
20-
justify-content: space-between;
20+
justify-content: flex-start;
2121
align-items: baseline;
22+
gap: 8px;
2223
margin-bottom: 4px;
2324
}
2425

0 commit comments

Comments
 (0)