Skip to content

Commit

Permalink
Increase the size of the text area when adding or editing a meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
pypingou committed Jan 15, 2014
1 parent 898365b commit 82a98f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fedocal/static/default/fedocal.css
Expand Up @@ -331,3 +331,8 @@ th.month .ui-button-text {
.calendar_row[a] {
display: block;
}

#information {
width: 500px;
height: 200px;
}

0 comments on commit 82a98f2

Please sign in to comment.