UI: Fixed adaptive for alarm type list in filter panel
This commit is contained in:
		
							parent
							
								
									d4116e368d
								
							
						
					
					
						commit
						9fa36fa310
					
				@ -13,6 +13,9 @@
 | 
				
			|||||||
 * See the License for the specific language governing permissions and
 | 
					 * See the License for the specific language governing permissions and
 | 
				
			||||||
 * limitations under the License.
 | 
					 * limitations under the License.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@import '../scss/constants';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:host {
 | 
					:host {
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
  max-width: 100%;
 | 
					  max-width: 100%;
 | 
				
			||||||
@ -39,16 +42,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    tb-entity-subtype-list {
 | 
					    tb-entity-subtype-list {
 | 
				
			||||||
      flex: 1;
 | 
					      flex: 1;
 | 
				
			||||||
 | 
					      @media #{$mat-gt-xs} {
 | 
				
			||||||
        width: 180px;
 | 
					        width: 180px;
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
      .mdc-evolution-chip-set__chips {
 | 
					      .mdc-evolution-chip-set__chips {
 | 
				
			||||||
        width: 100%;
 | 
					        width: 100%;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					 | 
				
			||||||
    .mat-mdc-chip {
 | 
					 | 
				
			||||||
      .mdc-evolution-chip__cell, .mat-mdc-chip-action, .mat-mdc-chip-action-label {
 | 
					 | 
				
			||||||
        overflow: hidden;
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user