1
0
Fork 0
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:
Anthony Lapenna 2016-11-10 13:01:03 +09:00 committed by GitHub
parent 3092d0b7eb
commit 9bd88fd10d
2 changed files with 20 additions and 12 deletions

View file

@ -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;