invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
52 stars 46 forks source link

available space not respected in translated customer > invoices + quotes > list view > more actions #1818

Closed DrDBanner closed 3 weeks ago

DrDBanner commented 3 weeks ago

Text runs over drop down list boundaries

Bildschirmfoto 2024-06-12 um 11 43 50
turbo124 commented 3 weeks ago

@Civolilah did we have a fix in for this?

DrDBanner commented 3 weeks ago

Adding white-space: normal; to the selector should be good. Either new class or:

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    white-space: normal;
}
Civolilah commented 3 weeks ago

@Civolilah did we have a fix in for this?

@turbo124 Sure, we will find a solution for this!

beganovich commented 3 weeks ago

Thanks for the report. Fix has been merged :+1: