Skip to content

Commit fc4fc5a

Browse files
authored
Merge pull request #102 from kakeyang/feature/fix_css_for_list_retweeter_on_dashboard
fix min-height, max-height list campaign retweeter on dashboard
2 parents 76c07d4 + 4252648 commit fc4fc5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/themes/irokoto-forts/elements/container.overrides

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@
184184
width: 100%;
185185
margin-left: auto;
186186
margin-right: 0;
187-
max-height: 640px;
188-
min-height: 640px;
187+
max-height: 550px;
188+
min-height: 550px;
189189
overflow-x: hidden;
190190
overflow-y: scroll;
191191
}

0 commit comments

Comments
 (0)