Add a maximum width on the friendly name and service name columns
This commit is contained in:
parent
9f4a4092da
commit
6a00025545
2 changed files with 14 additions and 3 deletions
|
@ -86,4 +86,13 @@
|
|||
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
|
||||
background: white;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
.service-keys-manager-element .max-text {
|
||||
display: inline-block;
|
||||
max-width: 400px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
}
|
Reference in a new issue