fix(segment): center align text

This commit is contained in:
Cam Wiegert
2018-08-10 11:10:18 -05:00
parent 04d33e5630
commit 154b70e6da

View File

@ -18,6 +18,8 @@
justify-content: center;
width: 100%;
text-align: center;
}
:host(.segment-disabled) {