Skip to content

Commit 30cd480

Browse files
authored
Merge pull request #594 from GSA/IAEMOD-7310
IAEMOD-7310: Fix tooltip icon alignment
2 parents 1bc08f3 + 5dc3722 commit 30cd480

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/stylesheets/components/_card.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ $inner-border-radius: calc(#{$sds-card-border-radius} - #{$sds-card-border-width
8888

8989
&--stacked,
9090
&--center {
91-
@include u-text('center');
91+
@include u-display('flex');
92+
justify-content: center;
93+
align-items: center;
9294
}
9395

9496
&--action {

src/stylesheets/elements/_inputs.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ sds-filters usa-accordion formly-field:first-child {
194194
.usa-radio {
195195
background-color: transparent !important;
196196

197+
&__tooltip{
198+
display: inline;
199+
}
200+
197201
.usa-checkbox__input:checked+.usa-checkbox__label,
198202
.usa-radio__input:checked+.usa-radio__label {
199203
&::before {

0 commit comments

Comments
 (0)