Project

General

Profile

« Previous | Next » 

Revision b3ac878a

Added by Tomer Brisker over 8 years ago

Fixes #11466, #11462 - Improve layout of textareas

View differences:

app/assets/stylesheets/bootstrap_and_overrides.scss
.popover-content {
max-height: 200px;
overflow-y: auto;
color: #737373;
}
}
......
margin-bottom: 10px;
}
textarea.no-stretch {
resize: vertical;
textarea {
overflow-x: hidden; /* fix for FF adding an extra row to textareas */
&.no-stretch {
resize: vertical;
}
}

Also available in: Unified diff