From 7e32a5e3846066cd37e8bfcdb86dbdb0f0eb4d80 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Tue, 22 Mar 2022 16:10:29 +0700 Subject: [PATCH] Fix #1188 Card width (#1190) Signed-off-by: Andrey Sobolev --- packages/theme/styles/_layouts.scss | 2 ++ .../src/components/review/CreateReview.svelte | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/theme/styles/_layouts.scss b/packages/theme/styles/_layouts.scss index 4b44b32c27..cb347455bd 100644 --- a/packages/theme/styles/_layouts.scss +++ b/packages/theme/styles/_layouts.scss @@ -344,6 +344,8 @@ p:last-child { margin-block-end: 0; } .h-2 { height: .5rem; } .h-9 { height: 2.25rem; } .w-full { width: 100%; } +.w-2125rem {width: 21.25rem; } +.w-4125rem {width: 41.25rem; } .min-w-0 { min-width: 0; } .min-h-0 { min-height: 0; } .clear-mins { diff --git a/plugins/recruit-resources/src/components/review/CreateReview.svelte b/plugins/recruit-resources/src/components/review/CreateReview.svelte index 4f729d64cb..7726e27786 100644 --- a/plugins/recruit-resources/src/components/review/CreateReview.svelte +++ b/plugins/recruit-resources/src/components/review/CreateReview.svelte @@ -172,7 +172,9 @@ /> - +
+ +