Skip to content
Snippets Groups Projects
Commit e3f42755 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Avoid long attribute values to break the status page layout.

parent caffcc65
No related branches found
No related tags found
No related merge requests found
......@@ -320,6 +320,12 @@ table.attributes tr td {
vertical-align: top;
}
.attrvalue {
word-break: break-all;
word-wrap: break-word;
}
table#table_with_attributes tr:last-child td {
border-bottom: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment