Add style for radio buttons conforming to their parent

pull/3815/head
Alex P 2018-06-21 14:22:56 -07:00 committed by Iris Scholten
parent c07a2fa604
commit c0335b9bc6
1 changed files with 11 additions and 0 deletions

View File

@ -113,3 +113,14 @@
}
}
}
// Stretch to Fit
// ----------------------------------------------------------------------------
.nav-tablist.stretch {
width: 100%;
> li {
flex: 1 0 0;
justify-content: center;
}
}