mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSformElement :: ssh_key: make CSS responsive
This commit is contained in:
parent
5708630abb
commit
f16dd52aaa
1 changed files with 12 additions and 0 deletions
|
@ -20,3 +20,15 @@
|
|||
textarea.LSformElement_ssh_key {
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.LSformElement_ssh_key_value {
|
||||
width: 40vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
.LSformElement_ssh_key_value {
|
||||
width: calc(100% - 1em);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue