Currency field seize cannot be changed

Hello everyone!

I have a simple problem for which hopefully there is a simple solution !

I want to set the size of a currency field to "xxsmall" or even smaller via custom size in Studio. The field size however doesn't change when I do that.

I tried dragging the field smaller in the listview of my module, but this also doesn't work, it just stays the same size.

Thanks in advance for any input on this topic!

Robert

Parents
  • Also a little bit more input from my side:

    Below you can see the html code for the specified field in the listview.

    When I use my mouse to try and drag it smaller max-width, min-width and width get adjusted correctly, but only in the numeric represantation, meaning width gets set to 30px, but in reality the field is not being dragged smaller.

    <th class="sorting orderByamount_usdollar" style="max-width: 154px; min-width: 154px; width: 154px;" data-fieldname="amount_usdollar" data-orderby="" tabindex="-1">
                    
                    
                    <div style="">
                        <div class="th-droppable-placeholder ui-droppable" data-droppableindex="5"></div>
                        
                        <div data-draggable="true" style="position: relative;" class="ui-draggable">
                    
                            <span>
                                Erwarteter Preis
                            </span>
                    
                        </div>
                        
                    </div>
                    
                </th>

Reply
  • Also a little bit more input from my side:

    Below you can see the html code for the specified field in the listview.

    When I use my mouse to try and drag it smaller max-width, min-width and width get adjusted correctly, but only in the numeric represantation, meaning width gets set to 30px, but in reality the field is not being dragged smaller.

    <th class="sorting orderByamount_usdollar" style="max-width: 154px; min-width: 154px; width: 154px;" data-fieldname="amount_usdollar" data-orderby="" tabindex="-1">
                    
                    
                    <div style="">
                        <div class="th-droppable-placeholder ui-droppable" data-droppableindex="5"></div>
                        
                        <div data-draggable="true" style="position: relative;" class="ui-draggable">
                    
                            <span>
                                Erwarteter Preis
                            </span>
                    
                        </div>
                        
                    </div>
                    
                </th>

Children