8 lines
165 B
CSS
8 lines
165 B
CSS
table.AdminDataTable tr td {
|
|
white-space: nowrap;
|
|
padding-right: 1em;
|
|
}
|
|
table.AdminDataTable tr td:last-child {
|
|
/* user agent, if used */
|
|
white-space: normal;
|
|
}
|