Fix soft limit overflowing (#11526)

This commit is contained in:
Azri Kahar
2022-02-09 05:18:37 +08:00
committed by GitHub
parent 5bc877dc30
commit 60928bafea
3 changed files with 0 additions and 3 deletions

View File

@@ -105,7 +105,6 @@ export default defineComponent({
position: absolute;
right: 10px;
bottom: 5px;
width: 24px;
color: var(--foreground-subdued);
font-weight: 600;
text-align: right;

View File

@@ -487,7 +487,6 @@ export default defineComponent({
position: absolute;
right: 10px;
bottom: 5px;
width: 24px;
color: var(--foreground-subdued);
font-weight: 600;
text-align: right;

View File

@@ -525,7 +525,6 @@ textarea {
position: absolute;
right: 10px;
bottom: 5px;
width: 24px;
color: var(--foreground-subdued);
font-weight: 600;
text-align: right;