From 07c7d5af176a2071b2151737567283eb22c485ef Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 13 Aug 2016 10:02:54 +0100 Subject: [PATCH] Updated elixr and fixed table th element borders Fixes #164. --- package.json | 2 +- resources/assets/sass/_html.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c387d1317..fde090beb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "babel-runtime": "^5.8.29", "bootstrap-sass": "^3.0.0", "dropzone": "^4.0.1", - "laravel-elixir": "^3.4.0", + "laravel-elixir": "^5.0.0", "marked": "^0.3.5", "moment": "^2.12.0", "zeroclipboard": "^2.2.0" diff --git a/resources/assets/sass/_html.scss b/resources/assets/sass/_html.scss index ea97a4dd2..2b91f9dc6 100644 --- a/resources/assets/sass/_html.scss +++ b/resources/assets/sass/_html.scss @@ -23,7 +23,7 @@ button { table { min-width: 100px; - td { + td, th { min-width: 10px; padding: 4px 6px; border: 1px solid #DDD;