Skip to content

Commit 8844a69

Browse files
authored
remove bold text for candidate tab (#939)
Co-authored-by: yezr <8996546+yezr@users.noreply.github.com>
1 parent 8d2657b commit 8844a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/network/brightspots/rcv/GuiConfigLayout.fxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
/>
329329
<Text
330330
text="NOTE: The auto-load feature relies on candidates appearing in vote data to populate the list of candidates. Users should confirm the list of candidates populated against the list of candidates in their election to confirm that all candidates were properly loaded."
331-
style="-fx-font-weight: bold; -fx-font-style: italic; -fx-font-size: 11"
331+
style="-fx-font-style: italic; -fx-font-size: 11"
332332
wrappingWidth="250"
333333
/>
334334
<Separator>
@@ -353,7 +353,7 @@
353353
<VBox>
354354
<Text text="NOTE: Candidate names are case-sensitive and must match the CVR exactly, including any HTML tags or other special characters!"
355355
wrappingWidth="350"
356-
style="-fx-font-weight: bold; -fx-font-style: italic; -fx-font-size: 11">
356+
style="-fx-font-style: italic; -fx-font-size: 11">
357357
</Text>
358358
<padding>
359359
<Insets left="8.0" right="8.0" top="8.0"/>

0 commit comments

Comments
 (0)