Commit 453a1270 authored by Randall Leeds's avatar Randall Leeds

fix 1px border on top of tab content

parent f70b4938
......@@ -535,7 +535,8 @@ blockquote {
@include border-radius(1px);
background: $white;
border: solid 1px $grayLighter;
margin-top: -1px;
line-height: 1.4;
margin-top: -2px;
padding: 16px;
position: relative;
......
......@@ -122,10 +122,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
top: 7px;
}
.tab-content {
line-height: 1.4;
}
&.collapsed {
max-height: 0;
}
......
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