Skip to content

Commit

Permalink
remove inline styling from placement errors table (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Oct 31, 2024
1 parent c12c592 commit 8a4b78a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions client/webserver/site/src/css/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,10 @@ div[data-handler=init] {
}
}

#placementsBody td[data-tmpl=error] {
max-width: 200px;
}

body.dark {
::-webkit-calendar-picker-indicator {
filter: invert(1);
Expand Down
2 changes: 1 addition & 1 deletion client/webserver/site/src/html/forms.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@
<td data-tmpl="usedDEX" class="text-center border"></td>
<td data-tmpl="requiredCEX" class="text-center border"></td>
<td data-tmpl="usedCEX" class="text-center border"></td>
<td data-tmpl="error" class="text-center border text-danger" style="max-width: 200px"></td>
<td data-tmpl="error" class="text-center border text-danger"></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 8a4b78a

Please sign in to comment.