Commit ff0822ae authored by Mike Greiling's avatar Mike Greiling

Use monospaced font and fix padding for reply placeholder

parent 1ba7df0d
......@@ -304,12 +304,13 @@ table {
}
.reply-placeholder-text-field {
font-family: $monospace-font;
font-size: 13px;
border-radius: $gl-border-radius-base;
width: 100%;
resize: none;
padding: $gl-padding-4 $gl-padding;
padding: $gl-padding-4 $gl-padding-12;
border-color: $border-color;
color: $gray-darkest;
background-color: $white;
@include media-breakpoint-down(xs) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment