From 3502253f007f1a5eed0370c89b6319608ae6bdbd Mon Sep 17 00:00:00 2001 From: VividTruthKeeper Date: Thu, 22 Sep 2022 20:22:07 +0500 Subject: [PATCH] table inputs stretched --- src/assets/styles/_posts.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/assets/styles/_posts.scss b/src/assets/styles/_posts.scss index b428366..1bbf5d0 100644 --- a/src/assets/styles/_posts.scss +++ b/src/assets/styles/_posts.scss @@ -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;