File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ export class App extends Component {
170170 < Dropdown
171171 items = { [
172172 'asdasd' ,
173- 'asdasdasd ' ,
173+ 'Lorem ipsum dolor sit amet. ' ,
174174 ] }
175175 buttonProps = { {
176176 text : 'Boşu Boşuna'
Original file line number Diff line number Diff line change 22 position : relative;
33}
44.rce-dropdown {
5+ min-width : 100% ;
6+ box-sizing : border-box;
57 padding : 5px 10px ;
68 background : # f5f5f5 ;
79 border-radius : 5px ;
6870 flex-direction : column;
6971 align-items : center;
7072 justify-content : center;
71- text-align : center;
7273}
7374
7475.rce-dropdown ul li {
76+ white-space : nowrap;
7577 color : # 767676 ;
76- padding : 5px 30 px ;
78+ padding : 5px ;
7779 cursor : pointer;
7880 font-size : 14px ;
7981 width : 100% ;
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ export class Dropdown extends Component {
1515 }
1616
1717 onBlur ( e ) {
18- if ( this . state . show === true )
19- this . setState ( { show : false } ) ;
18+ // if (this.state.show === true)
19+ // this.setState({show: false});
2020 }
2121
2222 render ( ) {
You can’t perform that action at this time.
0 commit comments