From 7eff4f7e41786d28040f371d06ad090099693480 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 10 Apr 2018 12:11:22 +0300 Subject: [PATCH] fix(columns) name-size in firefox (#162) --- css/columns/name-size-date.css | 4 ++++ css/columns/name-size.css | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/columns/name-size-date.css b/css/columns/name-size-date.css index 75c68299..c56f3015 100644 --- a/css/columns/name-size-date.css +++ b/css/columns/name-size-date.css @@ -2,6 +2,10 @@ width: 59%; } +.size { + float: none; +} + .owner { display: none; } diff --git a/css/columns/name-size.css b/css/columns/name-size.css index e5f1bc63..288a16bd 100644 --- a/css/columns/name-size.css +++ b/css/columns/name-size.css @@ -1,5 +1,9 @@ .name { - width: 78%; + width: 77%; +} + +.size { + float: none; } .owner {