セルのwidthを狭くしておいて
nowrapにすればいけた。
table {
width: 100%;
}
table th {
white-space: nowrap;
width: 100px;
}
Go to list of users who liked
More than 5 years have passed since last update.
セルのwidthを狭くしておいて
nowrapにすればいけた。
table {
width: 100%;
}
table th {
white-space: nowrap;
width: 100px;
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked