From 6078e6018ca05bcc0203241dc44071a59cf5e78c Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Fri, 10 Mar 2017 16:33:31 +0000
Subject: [PATCH] #3527 fix - Customizing packs listing
---
securis/src/main/webapp/assets/securis.css | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/securis/src/main/webapp/assets/securis.css b/securis/src/main/webapp/assets/securis.css
index 3f5485c..993196c 100644
--- a/securis/src/main/webapp/assets/securis.css
+++ b/securis/src/main/webapp/assets/securis.css
@@ -23,4 +23,9 @@
td-layout-footer {
font-size: 0.8em;
+}
+
+.td-data-table-row > .td-data-table-cell:first-child,
+.td-data-table-row > .td-data-table-column:first-child {
+ max-width: 30px !important;
}
\ No newline at end of file
--
Gitblit v1.3.2