Skip to content

Commit 9675410

Browse files
committed
Set modal screenshot image max-width 96% to prevent img overflow
1 parent 33c60eb commit 9675410

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ h4 {
133133
max-width: 500px;
134134
}
135135

136+
#modal-screenshot-img {
137+
max-width: 96%;
138+
}
139+
136140
/* Kanban cancelled checkbox */
137141
#hide-cancelled-checkbox {
138142
font-size: 15px;

0 commit comments

Comments
 (0)