From cef76c3741b2d02bc4e9ba825cfda674c6c37351 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 7 Mar 2015 15:00:12 +0200 Subject: client/css/graph-view/node info: set textarea style --- res/client/css/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 7f4cd4c1..cab83837 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -897,12 +897,7 @@ p { height: inherit; font-size: 18px; } -#editname { - width: 100%; - height: inherit; - font-size: 18px; } - -#editdescription { +#editbox textarea { width: 100%; height: inherit; font-size: 18px; } -- cgit v1.3.1