From 949f313af28f35eda82fd9e92cecd42aeb5a48ec Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 27 Jul 2015 12:08:15 +0200 Subject: [PATCH] removed 1st column of all tables being 100px --- rpg-docs/client/style/tables.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/rpg-docs/client/style/tables.scss b/rpg-docs/client/style/tables.scss index e9c87ca6..5edf7381 100644 --- a/rpg-docs/client/style/tables.scss +++ b/rpg-docs/client/style/tables.scss @@ -1,8 +1,5 @@ td { padding: 8px; - &:nth-child(1) { - min-width: 100px; - } } .strengthTable{