Merge pull request #859 from NoRedInk/tessa/sidebar-wrap

Tessa/sidebar wrap
This commit is contained in:
Lindsay Wardell 2022-03-16 11:39:07 -07:00 committed by GitHub
commit 2213bd0960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,9 +240,9 @@ viewLockedEntry extraStyles entryConfig =
sharedEntryStyles : List Style
sharedEntryStyles =
[ paddingLeft (px 20)
, paddingRight (px 20)
, height (px 45)
[ padding2 (px 13) (px 20)
, Css.property "word-break" "normal"
, Css.property "overflow-wrap" "anywhere"
, displayFlex
, borderRadius (px 8)
, alignItems center