I have created a pricefield_select list with the name "delivery" with a very long text as shown in the photo below.
The text is cut. I need a longer field where one can see the whole text
Then I created a show instance layout and put this field into it. In the style option of the custom class of the delivery field I wrote:
selectfield
I went to my os_base_template, opened the fily style.css and added the following class to it:
.selectfield {
width: 100% !important;
background-color: yellow !important;
}
But nothing changed after I push the key F5 to refresh the browser. The lengt of the pricefield_select_list remained the same. The text is still cut.