From c950006db58ebc2c09c3fb173652bc04b156b572 Mon Sep 17 00:00:00 2001 From: nitsua Date: Sat, 1 Aug 2020 18:23:54 -0400 Subject: [PATCH] Fixed: Spacing for the external links icon and width when search showing (#4797) --- frontend/src/Movie/Index/Table/MovieIndexRow.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/Movie/Index/Table/MovieIndexRow.css b/frontend/src/Movie/Index/Table/MovieIndexRow.css index 984d8650b..4a9266f0c 100644 --- a/frontend/src/Movie/Index/Table/MovieIndexRow.css +++ b/frontend/src/Movie/Index/Table/MovieIndexRow.css @@ -87,8 +87,8 @@ .actions { composes: cell; - flex: 0 1 90px; - min-width: 60px; + flex: 0 1 120px; + min-width: 90px; } .checkInput { @@ -98,5 +98,5 @@ } .externalLinks { - margin-right: 0.5em; + margin-right: 2px; }