srmtlab / IBIS_creator

Web application to make the IBIS ( Issue-based information system ) structure.
MIT License
2 stars 0 forks source link

関連情報表示の際のコードに関しての改善案 #19

Open akamiya208 opened 5 years ago

akamiya208 commented 5 years ago

html の文字数超えたときの3点リーダー 文字をpタグで囲い,以下を追加すると良い

p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
akamiya208 commented 5 years ago

https://getbootstrap.com/docs/4.3/components/input-group/#checkboxes-and-radios