<style>
.e-chip {
/* Align the chip element vertically*/
width: 50px!important;
height: 100px!important;
writing-mode: vertical-rl;
}
#container {
/* Set the container width*/
width:125px;
}
</style> |
.e-chip-text {
width: 150px;
text-align:center;
} |