zugspitze / Hiking-Buddies

This repository is used to create bugs and new features for www.hiking-buddies.com
1 stars 0 forks source link

Event Creation - Make description & instructions textboxes sizeable #7

Open Galven opened 6 years ago

Galven commented 6 years ago

In page "Edit Event"

captura2

Like on Github :)

captura

zugspitze commented 6 years ago

@Galven Should be possible, will check it.

c-harding commented 5 years ago

Trivially implementable with the following CSS on the create event and the event pages:

.note-editing-area .note-editable {
    resize: vertical;
}