enum title display

Summary: lower case and centerd

Reviewed By: emilsjolander

Differential Revision: D6998485

fbshipit-source-id: c06472afa4ccaa25ebf7c3c791d697b1fdc7732c
This commit is contained in:
Daniel Büchele
2018-02-15 08:25:16 -08:00
committed by Facebook Github Bot
parent 91621641e6
commit 10061af491
3 changed files with 27 additions and 4 deletions

View File

@@ -21,3 +21,7 @@
flex-grow: 1;
flex-basis: 0;
}
.YogaEnumSelect .ant-radio-button-wrapper {
white-space: nowrap;
}