Skip to content

Commit 5af1fd7

Browse files
TD-5608: Radio buttons / rating stars selection misaligned
1 parent e1cdfb3 commit 5af1fd7

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/contribute/ContentCommon.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,3 +602,13 @@
602602
})
603603
604604
</script>
605+
<style lang="scss" scoped>
606+
@use "../../../Styles/abstracts/all" as *;
607+
label {
608+
display: inline-flex;
609+
align-items: center;
610+
gap: 5px; /* space between radio and text */
611+
margin: 7px;
612+
}
613+
614+
</style>

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,3 @@ form label.nhsuk-u-visually-hidden {
285285
background-color: black;
286286
border-radius: 50%;
287287
}
288-
289-
label {
290-
display: inline-flex;
291-
align-items: center;
292-
gap: 5px; /* space between radio and text */
293-
margin: 7px;
294-
}

0 commit comments

Comments
 (0)