1👍
You need to use table-layout: fixed
when you want the individual table cells to respect pre-defined CSS widths:
.mytable {
table-layout: fixed;
}
- [Vuejs]-SVG Blur Filter not working on iOS wkwebview
- [Vuejs]-How to set v-btn in bottom left and bottom right vue js vutify?
Source:stackexchange.com