I want to remove css property
.ui-btn {
-moz-user-select: none;
cursor: pointer;
display: block;
font-size: 16px;
margin: 0.5em 0;
overflow: hidden;
padding: 0.7em 1em;
position: relative;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
}
white-space: nowrap;
this is from internal css
i want to off this property
I can set important but what will i set important in custom