From aafc8654f510a790420d6b723ed0c525555ffc19 Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Mon, 15 Jun 2020 17:48:36 +0200 Subject: [PATCH] fix: circle leave fixed --- src/styles/base/table.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles/base/table.scss b/src/styles/base/table.scss index a3c97c3..ae20542 100644 --- a/src/styles/base/table.scss +++ b/src/styles/base/table.scss @@ -205,8 +205,9 @@ .circle-leave { position: relative; - width: 40%; - min-width: 40%; + width: 164px; + margin: 0 auto; + min-width: 164px; &>button { height: 29px;