1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Merge pull request #4931 from mslourens/binding_panel_overflow

Binding panel overflow
This commit is contained in:
Martin McKeaveney 2022-03-21 08:07:00 +00:00 committed by GitHub
commit b8f4825bf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,6 +238,7 @@
border: var(--border-light);
transition: background-color 130ms ease-in-out, color 130ms ease-in-out,
border-color 130ms ease-in-out;
word-wrap: break-word;
}
li:not(:last-of-type) {
margin-bottom: var(--spacing-s);