Skip to content

Commit fe9a093

Browse files
committed
TD-5917: Fixed padding issue.
1 parent aa1edca commit fe9a093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Styles/nhsuk/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ button[data-toggle="modal"] {
5353
}
5454

5555
.autosuggestion-menu {
56-
padding: 16px 16px 0px 16px;
56+
padding: 16px 16px 0px 16px !important;
5757
background-color: $color_nhsuk-white;
5858
border-bottom: 1px solid $color_nhsuk-grey-4;
5959
border-radius: 0px 0px 4px 4px;

0 commit comments

Comments
 (0)