From b7343f2e0e9691167daf0640cfbb0e88132f19d7 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 18 Apr 2021 18:46:44 -0400 Subject: [PATCH] Fixed: Avoid wrap of History actions --- frontend/src/History/HistoryRow.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/History/HistoryRow.css b/frontend/src/History/HistoryRow.css index e43b1274e..005e9ada9 100644 --- a/frontend/src/History/HistoryRow.css +++ b/frontend/src/History/HistoryRow.css @@ -31,5 +31,5 @@ .details { composes: cell from '~Components/Table/Cells/TableRowCell.css'; - width: 30px; + width: 70px; }