Skip to content

Commit 862a362

Browse files
committed
Fix issue with parser failing to parse css
1 parent c306f4f commit 862a362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Frontend/src/components/heartbeats/HeartbeatConfiguration.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ async function toggleDefaultSetting() {
121121
<style scoped>
122122
.instructions {
123123
padding: 10px;
124-
p {
125-
color: unset;
126-
}
127124
}
128125
126+
.instructions p {
127+
color: unset;
128+
}
129129
.defaultSetting {
130130
display: flex;
131131
flex-wrap: wrap;

0 commit comments

Comments
 (0)