diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-03-13 18:01:48 +0000 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-03-13 20:17:07 -0400 |
| commit | 9eb1625ec5de3c221ed0445dde874fcb1dc3ff48 (patch) | |
| tree | fe2d2cb383813ca3511af68065257b6ea561afe8 /src/components/ContainedList.css | |
| parent | 13451b7588aa5800f0c1a87e7c3b49830d9e4087 (diff) | |
feat: add menu components
Diffstat (limited to 'src/components/ContainedList.css')
| -rw-r--r-- | src/components/ContainedList.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ContainedList.css b/src/components/ContainedList.css index 97c98cc..4cdf2f5 100644 --- a/src/components/ContainedList.css +++ b/src/components/ContainedList.css @@ -12,6 +12,7 @@ border-bottom: var(--border); } height: 3rem; + --button-height: 100%; display: flex; > * { flex-grow: 1; |
