Avoid line breaks in poll options (#10188)
This commit is contained in:
		
							parent
							
								
									5996be994d
								
							
						
					
					
						commit
						57643557b6
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -5,6 +5,7 @@
 | 
				
			||||||
  li {
 | 
					  li {
 | 
				
			||||||
    margin-bottom: 10px;
 | 
					    margin-bottom: 10px;
 | 
				
			||||||
    position: relative;
 | 
					    position: relative;
 | 
				
			||||||
 | 
					    height: 18px + 12px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &__chart {
 | 
					  &__chart {
 | 
				
			||||||
| 
						 | 
					@ -27,6 +28,9 @@
 | 
				
			||||||
    padding: 6px 0;
 | 
					    padding: 6px 0;
 | 
				
			||||||
    line-height: 18px;
 | 
					    line-height: 18px;
 | 
				
			||||||
    cursor: default;
 | 
					    cursor: default;
 | 
				
			||||||
 | 
					    white-space: nowrap;
 | 
				
			||||||
 | 
					    overflow: hidden;
 | 
				
			||||||
 | 
					    text-overflow: ellipsis;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    input[type=radio],
 | 
					    input[type=radio],
 | 
				
			||||||
    input[type=checkbox] {
 | 
					    input[type=checkbox] {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue