'CSS td width by content final width after scale
I have table. In table cell there is div with max-width-265px and transform: scale(0.5);
Now td calculate width by started width without scale how would it be without scale.
How i can set td with = final content width after scale ?
<table class="ui table">
<thead>
<tr><th></th></tr>
</thead>
<tbody>
<tr>
<td>
<div class="max-w-[265px] scale-50"></div>
</td>
</tr>
</tbody>
</table>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

