mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Merge pull request #371 from OllieGeek/master
CSS label / register-list Aesthetics
This commit is contained in:
commit
8f7bb3a7c9
1 changed files with 8 additions and 0 deletions
|
@ -116,6 +116,13 @@ div.toggle-string {
|
|||
left: 12px;
|
||||
}
|
||||
|
||||
.operation label.bmd-label-floating {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
width: calc(100% - 13px);
|
||||
}
|
||||
|
||||
.operation .bmd-form-group .bmd-help {
|
||||
margin-top: -17px;
|
||||
}
|
||||
|
@ -172,6 +179,7 @@ div.toggle-string {
|
|||
background-color: var(--fc-operation-border-colour);
|
||||
font-family: var(--fixed-width-font-family);
|
||||
padding: 10px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.op-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue