fix add/rename dialog right-aligning, and RTL issue
This commit is contained in:
parent
0e9f36c416
commit
b9a13496ba
@ -20,7 +20,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
|
||||
:global(input, select) {
|
||||
font-size: 16px;
|
||||
text-align: right;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -45,6 +45,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
display: grid;
|
||||
grid-column-gap: 0.5em;
|
||||
grid-template-columns: 10fr 16px;
|
||||
|
||||
:global(input) {
|
||||
text-align: end;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user