.emoji .item { float: left; width: 40px; height: 40px; cursor: pointer; white-space: nowrap; /* this is required unless you put the helper span closely near the img */ text-align: center; margin: 0; } .emoji .item .helper { display: inline-block; height: 100%; vertical-align: middle; } .emoji .item img { margin: 0 auto; vertical-align: middle; padding: 3px; } .emoji .item img:hover { border: 1px solid #40a9ff; } .ant-carousel .slick-dots { height: 5px; } .ant-carousel .slick-dots li button { height: 5px; width: 25px; } .ant-carousel .slick-dots li.slick-active button { width: 32px; }