mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 04:45:21 +02:00
style(service-details): fix wrong display for some fields (#340)
This commit is contained in:
parent
3092d0b7eb
commit
9bd88fd10d
2 changed files with 20 additions and 12 deletions
|
@ -84,6 +84,14 @@ input[type="radio"] {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.widget .widget-body table tbody .fit-text-size {
|
||||
font-size: 90% !important;
|
||||
}
|
||||
|
||||
.nopadding {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.terminal-container {
|
||||
width: 100%;
|
||||
padding: 10px 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue