table inputs stretched

This commit is contained in:
VividTruthKeeper 2022-09-22 20:22:07 +05:00
parent b5385ba6ee
commit 3502253f00
1 changed files with 6 additions and 0 deletions

View File

@ -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;