🚚 Refactor form elemts

This commit is contained in:
Alicia Sykes
2021-10-02 22:35:47 +01:00
parent 11d9ea535b
commit 848b661c76
3 changed files with 22 additions and 3 deletions

View File

@@ -273,8 +273,9 @@ export default {
&:focus {
outline: 2px solid var(--primary);
}
&.short {
height: 18px;
&.short:not(.size-large) {
height: 2rem;
.tile-title { overflow: visible; }
}
}