Remove border when yield table is empty

pull/10616/head
Alex P 2018-06-13 15:09:25 -07:00
parent 82c66570ba
commit 22c18160dc
1 changed files with 5 additions and 1 deletions

View File

@ -135,7 +135,11 @@ $flux-builder-yield-tabs-max-width: 400px;
flex: 1 0 0;
background-color: $g3-castle;
overflow: hidden;
border-radius: 0 $radius $radius 0;
border-radius: 0 0 $radius $radius;
&:only-child {
border: 0;
}
}
// Line Graph