Auto-wrap long anchors

Make Webkit auto-wrap long anchors, thus they do not dictate content
width, which may make it too wide for a window with extra long links.
This commit is contained in:
Milan Crha
2013-10-09 16:16:14 +02:00
parent c3c9ba6705
commit 00005fe386
2 changed files with 10 additions and 1 deletions

View File

@ -41,6 +41,11 @@ th {
margin: 8px;
}
a {
white-space:normal;
word-break:break-all;
}
/***** PRINTING *******/
.printing-header {
@ -60,4 +65,3 @@ th {
.attachments-list th {
font-weight: bold;
}

View File

@ -70,6 +70,11 @@ object { /* GtkWidgets */
font-weight: bold;
}
a {
white-space:normal;
word-break:break-all;
}
/**** HEADERS ****/
table.header {