Skip to content

Commit 063d23f

Browse files
committed
Fixed issue with long urls in description stretching site in mobile version
1 parent d224cc0 commit 063d23f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/static/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
float: none
2929
}
3030

31+
.jobBlock {
32+
word-wrap: break-word;
33+
}
34+
3135
.jobBlock, .pagination {
3236
margin-top: 35px;
3337
}

0 commit comments

Comments
 (0)