mirror of
https://github.com/directus/directus.git
synced 2026-01-30 07:58:15 -05:00
Fix soft limit overflowing (#11526)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -525,7 +525,6 @@ textarea {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
bottom: 5px;
|
||||
width: 24px;
|
||||
color: var(--foreground-subdued);
|
||||
font-weight: 600;
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user