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