table inputs stretched
This commit is contained in:
parent
b5385ba6ee
commit
3502253f00
|
|
@ -84,6 +84,7 @@
|
|||
padding: 0.3rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.6rem;
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
|
|
@ -93,6 +94,11 @@
|
|||
justify-self: center;
|
||||
background: transparent;
|
||||
@include transition-std;
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
span {
|
||||
width: 100%;
|
||||
color: $base-gray;
|
||||
|
|
|
|||
Loading…
Reference in New Issue