1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12: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 51847e37b2

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);