Quick-Fix: equal button height in DV
Posted: 2023-07-29 07:34
For those who have seen this small Bootstrap display-bug:
This is a quick CSS hack for fixing the unequal-height problem:
CSS-Code
Full article and more details:
https://appgini.bizzworxx.de/appgini/qu ... l-view-dv/
Before
After
This is a quick CSS hack for fixing the unequal-height problem:
CSS-Code
Code: Select all
.btn-update-locker::after {
content: '\00200a';
}
https://appgini.bizzworxx.de/appgini/qu ... l-view-dv/
Before
After