Quick-Fix: equal button height in DV

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1904
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Quick-Fix: equal button height in DV

Post by jsetzer » 2023-07-29 07:34

For those who have seen this small Bootstrap display-bug:
OUTLOOK_uQFe21e1eo - Kopie.png
OUTLOOK_uQFe21e1eo - Kopie.png (1.67 KiB) Viewed 2322 times

This is a quick CSS hack for fixing the unequal-height problem:

CSS-Code

Code: Select all

.btn-update-locker::after {
    content: '\00200a';
}
Full article and more details:
https://appgini.bizzworxx.de/appgini/qu ... l-view-dv/

Before
OUTLOOK_uQFe21e1eo.png
OUTLOOK_uQFe21e1eo.png (6.25 KiB) Viewed 2322 times

After
chrome_aMtcFnnPpq.png
chrome_aMtcFnnPpq.png (5.94 KiB) Viewed 2322 times
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 25.10 + all AppGini Helper tools

Post Reply