mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
* fix(style): wrap long text in tables cells (#1920) * fix(style): <code> tags are now wrapped correctly (PR #2052) * fix(style): revert #1770 style-related content and apply nowrap on datatables (PR#2052)
This commit is contained in:
parent
509e3fa795
commit
0f63326bd5
24 changed files with 29 additions and 24 deletions
|
@ -140,10 +140,15 @@ a[ng-click]{
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.widget .widget-body table tbody td {
|
||||
.widget .widget-body .nowrap-cells tbody td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.widget .widget-body table tbody td {
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.template-widget {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue