From 0491358b726e291c87103bacecaf8d99b93004a0 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 4 Aug 2019 22:17:59 -0400 Subject: [PATCH] Fixed: Set min-width for Actions Column in Index --- frontend/src/Artist/Index/Table/ArtistIndexRow.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/Artist/Index/Table/ArtistIndexRow.css b/frontend/src/Artist/Index/Table/ArtistIndexRow.css index bc5a28fa6..29c89c696 100644 --- a/frontend/src/Artist/Index/Table/ArtistIndexRow.css +++ b/frontend/src/Artist/Index/Table/ArtistIndexRow.css @@ -130,7 +130,8 @@ .actions { composes: cell; - flex: 0 0 90px; + flex: 0 1 90px; + min-width: 60px; } .checkInput {