Skip to content

Commit 028e3d0

Browse files
author
roshni73
committed
Fix textinput, validate button, dateinput
1 parent 1bb82e5 commit 028e3d0

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

app/src/views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnits/LocalUnitValidateButton/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
}
66

77
.local-unit-validated-button {
8+
align-items: center;
89
border: none;
910
background-color: var(--go-ui-color-gray-40);
1011

packages/ui/src/components/Button/styles.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444

4545
&.primary,
4646
&.secondary {
47-
min-width: calc(var(--base-spacing) * 6.5);
48-
4947
.children {
5048
text-align: center;
5149
}

packages/ui/src/components/DropdownMenu/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
.dropdown-content {
1818
display: flex;
1919
flex-direction: column;
20-
padding-left: var(--go-ui-spacing-lg);
20+
padding: var(--go-ui-spacing-sm) 0;
2121
}

packages/ui/src/components/InputContainer/styles.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
padding: 0 var(--go-ui-spacing-sm);
1111

1212
.input {
13-
padding-left:12px;
1413
height: var(--go-ui-height-compact-status-icon);
1514
}
1615
}

packages/ui/src/components/InputLabel/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: flex;
33
color: var(--go-ui-color-gray-70);
44
gap: var(--go-ui-spacing-xs);
5+
padding-left: 12px;
56

67
&.disabled {
78
color: var(--go-ui-color-gray-40);

0 commit comments

Comments
 (0)