Ver Fonte

Merge pull request #371 from OllieGeek/master

CSS label / register-list Aesthetics
d98762625 há 6 anos atrás
pai
commit
8f7bb3a7c9
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      src/web/stylesheets/components/_operation.css

+ 8 - 0
src/web/stylesheets/components/_operation.css

@@ -116,6 +116,13 @@ div.toggle-string {
     left: 12px;
     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 {
 .operation .bmd-form-group .bmd-help {
     margin-top: -17px;
     margin-top: -17px;
 }
 }
@@ -172,6 +179,7 @@ div.toggle-string {
     background-color: var(--fc-operation-border-colour);
     background-color: var(--fc-operation-border-colour);
     font-family: var(--fixed-width-font-family);
     font-family: var(--fixed-width-font-family);
     padding: 10px;
     padding: 10px;
+    word-break: break-all;
 }
 }
 
 
 .op-icon {
 .op-icon {