textarea .wideedit means "all textarea elements that contain an element 
with the wideedit class" ("contain" can be any number of levels deep). 
Similarly, .wideedit textarea means "all elements with the wideedit class 
that contain a textarea element".

Whereas textarea.wideedit, without the space, puts both criteria on the 
same element, so "all textarea elements that have the wideedit class".


On Sunday, May 2, 2021 at 8:03:18 AM UTC-5 David Gifford wrote:

> Yes! Thanks Saw!
>
> On Sun, May 2, 2021, 7:41 AM Saq Imtiaz <[email protected]> wrote:
>
>> textarea.wideedit {width:100%;}
>>
>> On Sunday, May 2, 2021 at 2:09:34 PM UTC+2 David Gifford wrote:
>>
>>> Hi all
>>>
>>> Any way to make width of edit-text text areas 100%? The instructions at 
>>> tiddlywiki.com only show how to adjust the height, not the width. I 
>>> tried adding class="wideedit", then added the class to a Stylesheet tiddler
>>>
>>> input .wideedit {width:100%;}
>>> .wideedit input {width:100%;}
>>> .wideedit textarea {width:100%;}
>>>  textarea  .wideedit {width:100%;}
>>>
>>> one at a time, and none of them worked.
>>>
>>>
>>>
>>>
>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/tiddlywiki/GlmyzLM6--4/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/bd1211f1-bd7f-4571-a1e3-f5e7795e486fn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/bd1211f1-bd7f-4571-a1e3-f5e7795e486fn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/534f959f-7616-438b-863b-815791d1a23fn%40googlegroups.com.

Reply via email to