Fix accelerator error message positioning

This commit is contained in:
softsimon
2024-07-08 16:38:38 +09:00
parent 32eaf29aaa
commit d074ff1d4c
3 changed files with 9 additions and 3 deletions

View File

@@ -195,5 +195,11 @@
right: 0;
font-size: 12px;
color: var(--red);
white-space: nowrap;
text-align: center;
width: 200px;
white-space: normal;
}
.btn-error-wrapper {
height: 26px;
}