mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-23 00:47:10 +00:00
Replace <nobr> tags with CSS
The <nobr> tag is not allowed in <td> context, and is altogether deprecated as well. Replace with a span and a CSS class instead. Reviewed-by: Magnus Hagander Discussion: https://postgr.es/m/A0228704-7C47-44B8-929B-8BFC02D6CBD7@yesql.se
This commit is contained in:
@ -1613,3 +1613,7 @@ table.sponsor-table tbody tr td:nth-child(3) {
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
.nobr {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
Reference in New Issue
Block a user