mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
This ensures that the vertical positioning of button text is correct if a `min-height` property is present.
7 lines
107 B
HTML
7 lines
107 B
HTML
<!DOCTYPE html><style>
|
|
button {
|
|
min-height: 100px;
|
|
}
|
|
</style><body><button>Middle-aligned text</button>
|
|
|