Page 1 of 1

Quick-Fix: equal button height in DV

Posted: 2023-07-29 07:34
by jsetzer
For those who have seen this small Bootstrap display-bug:
OUTLOOK_uQFe21e1eo - Kopie.png
OUTLOOK_uQFe21e1eo - Kopie.png (1.67 KiB) Viewed 3590 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 3590 times

After
chrome_aMtcFnnPpq.png
chrome_aMtcFnnPpq.png (5.94 KiB) Viewed 3590 times