From bf1e21ffd45c67b265e08f1947e2b44989139dc2 Mon Sep 17 00:00:00 2001 From: Tom Coemans Date: Wed, 6 Dec 2017 11:30:04 +0100 Subject: [PATCH] colorpicker input full width --- css/colorpicker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/colorpicker.css b/css/colorpicker.css index f9c7ecf..76894f6 100644 --- a/css/colorpicker.css +++ b/css/colorpicker.css @@ -75,7 +75,7 @@ colorpicker-alpha, position: relative; } .colorpicker input { - width: 100px; + width: 100%; font-size: 11px; color: #000; background-color: #fff;