From 1eef8b449dacfac975e3034feb34a0aa07f244b9 Mon Sep 17 00:00:00 2001 From: Arnold Daniels Date: Thu, 8 Mar 2012 16:33:34 +0100 Subject: [PATCH] Added CSS for table row-actions --- less/tables.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/less/tables.less b/less/tables.less index 5bb3bb3f..f3c48bc1 100644 --- a/less/tables.less +++ b/less/tables.less @@ -159,3 +159,8 @@ table { .clearfix(); padding-bottom: 20px; } +th.row-actions, +td.row-actions { + width: 1px; + white-space: nowrap; +}