From 4750fb3184cd9820b76c979456193a07727f5587 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 5 Sep 2006 03:50:57 +0000 Subject: #43990: Fix container-inline for node text fields --- modules/node/node.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/node') diff --git a/modules/node/node.css b/modules/node/node.css index 95eb73496..029e83b8e 100644 --- a/modules/node/node.css +++ b/modules/node/node.css @@ -24,6 +24,10 @@ td.revision-current { display: block; width: 95%; } +.node-form .container-inline .form-text { + display: inline; + width: auto; +} .node-form .standard { clear: both; } -- cgit v1.2.3