mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
style(containers): fix word-break on container details table (#4359)
Co-authored-by: Rajesh Swarna <rajeshswarna123@gmail.com> Co-authored-by: naveenrayudu <naveenkumar.rayudu@gmail.com> Co-authored-by: Ranjan Purbey <ranjan.purbey@gmail.com> Co-authored-by: Rajesh Swarna <rajeshswarna123@gmail.com> Co-authored-by: naveenrayudu <naveenkumar.rayudu@gmail.com>
This commit is contained in:
parent
da29c2b6a5
commit
9e80037e72
2 changed files with 6 additions and 1 deletions
|
@ -178,6 +178,11 @@ a[ng-click] {
|
|||
word-break: break-word;
|
||||
}
|
||||
|
||||
.widget .widget-body table.container-details-table > tbody > tr > td:first-child {
|
||||
word-break: normal;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.widget .widget-body table.description-table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue