Skip to content

Commit 8c56909

Browse files
Merge pull request #130 from khushpreet78141/fix-text-overlap
fix: resolve text overlap in calibration name input help text
2 parents 1c39eca + 6df544d commit 8c56909

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/calibration/GeneralConfigCard.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ export default {
119119
.help-text {
120120
font-size: 12px;
121121
color: #666;
122-
margin: -8px 0 8px 0;
122+
margin-top: 6px;
123+
display: block;
123124
font-style: italic;
124125
}
125126
</style>

0 commit comments

Comments
 (0)