Answers for "can't adjust thead element's height"

0

can't adjust thead element's height

<style>
    .header th {
       height: 2px;
       line-height: 2px;
    }
 <style>

 <table>
    <thead class="header">
        <th>Foo</th>
        ...
    </thead>
    ...
 </table>
Posted by: Guest on May-04-2020

Code answers related to "can't adjust thead element's height"

Browse Popular Code Answers by Language