Skip to content

Commit 793217d

Browse files
authored
Merge pull request #1318 from TechnologyEnhancedLearning/Develop/Fixes/TD-5917-Padding-missing-from-quick-search-results
TD-5917: Fixed padding issue.
2 parents aa1edca + fe9a093 commit 793217d

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)