append char label HTML with overfloat -


i have big label, use

.truncate {   width: 250px;   white-space: nowrap;   overflow: hidden;   text-overflow: ellipsis; } 

but need put "*" on end,

this full label without css *

turn in

this is... *

how it?

you add * in separate element ( perhaps span ) inside label floated right. increase or add padding-right label make room it.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -