Commit 98d1e0f7 authored by Randall Leeds's avatar Randall Leeds

Fix line height for sheet

parent 5b3fee03
......@@ -121,19 +121,18 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
top: .5em;
}
&.collapsed {
max-height: 0;
.tab-content {
line-height: 1.4;
}
footer {
text-align: right;
a { @extend .small; }
&.collapsed {
max-height: 0;
}
footer {
@extend .small;
font-family: $sansFontFamily;
text-align: right;
a { @extend .small; }
}
input:not([type="submit"]) { width: 100%; }
......
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