Fix formatting

f840d63bdb1f466ea748332ba04c7efc54d9d619

uberubert <johnfrian@gmail.com>

1 files changed, +6 -6Ignore whitespace
public/style.css+6 -6
@@ -5738,12 +5738,12 @@ body:not(.movingUI) .drawer-content.maximized {
57385738
57395739/* Constrict the scroll of alternate greetings to only the dynamic form section */
57405740.alternate_grettings {
57415741 display: grid;
57425742 grid-template-rows: auto auto auto 1fr;
57435743 max-height: 100%;
57445744 overflow: hidden;
57455745}
57465746
57475747.alternate_greetings_list {
5748- overflow-y: scroll;
5749-}
5749 \ No newline at end of file
5748+ overflow-y: scroll;
5749+}