Grow button width to the parent button group (#27717)

This commit is contained in:
ysds 2018-11-25 20:05:31 +09:00 committed by Martijn Cuppens
parent 5c336d0247
commit 9f08f7dea6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
> .btn {
position: relative;
flex: 0 1 auto;
flex: 1 1 auto;
// Bring the hover, focused, and "active" buttons to the front to overlay
// the borders properly