mirror of https://github.com/gophish/gophish
Adjust CSS to support long table values
parent
3f5a8262f8
commit
7d67ccc3da
|
@ -437,8 +437,14 @@ p {
|
||||||
|
|
||||||
/* Table Styling */
|
/* Table Styling */
|
||||||
|
|
||||||
|
.modal-content table {
|
||||||
|
table-layout: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-content .dataTable tbody td {
|
.modal-content .dataTable tbody td {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
/* Smaller font on modal tables */
|
/* Smaller font on modal tables */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue