deveu
Posts: 0
Joined: Tue Apr 08, 2014 4:10 am

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

I want to remove css property

Default value of property white-space - normal.
You can find more information here:
http://www.w3.org/wiki/CSS/Properties...

Return to “Issues”