Skip to content

Commit

Permalink
Final style additions
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays committed Sep 17, 2024
1 parent b3fa921 commit 625556b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/site/assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,10 @@
}
}

.when-where-width {
width: 45px;
}

// There are styles in our sidebar styles that set a small
// amount of padding on the grid for detail pages, which we
// are overriding for WBC with no padding
Expand Down
2 changes: 1 addition & 1 deletion src/site/includes/operating_status_expandable_alert.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
data-testid="operating-status-{{ operatingStatusId }}"
trigger="{{ trigger }}"
status="{{ status }}"
class="vads-u-margin-y--0 vamc-facility-expandable-alert"
class="vads-u-display--inline-block vads-u-margin--0"
style="max-width: 303px;"
>
<p>{{ fieldOperatingStatusMoreInfo | drupalToVaPath | phoneLinks | newline_to_br }}</p>
Expand Down
2 changes: 1 addition & 1 deletion src/site/includes/vba_facilities/expandable_alert.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% if showVBAExpandableAlert %}
<va-alert-expandable
data-template="components/vba_facilities/expandable-alert.drupal.liquid"
class="vads-u-margin-top--0 vads-u-margin-bottom--0 vamc-facility-expandable-alert"
class="vads-u-display--inline-block vads-u-margin--0"
status="{{ VBAExpandableAlertStatus }}"
trigger="{{ VBAExpandableAlertTrigger }}"
>
Expand Down

0 comments on commit 625556b

Please sign in to comment.