CSS how to make a fixed height?

前端 未结 9 1972
闹比i
闹比i 2020-12-06 04:22
9条回答
  •  粉色の甜心
    2020-12-06 04:51

    Go with Div inside the td and using the css show the dots for overflow

    .box {
      width: 200px;
    }
    
    .clampMe {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
    
    .clampMe:after {
      display: none;
    }
    
    
    
    
      
      
    
    
    
      
test test
test test
FASTag is a simple to use, reloadable tag which enables automatic deduction of toll charges and lets you pass through the toll plaza without stopping for the cash transaction. FASTag is linked to a prepaid account from which the applicable toll amount is deducted. The tag employs Radio-frequency Identification (RFID) technology and is affixed on the vehicle's windscreen after the tag account is active.
testasdfasdfasd asdf asdf asdfas dffasdf asd

提交回复
热议问题