@@ -5,7 +5,7 @@ exports[`kol-table-stateless-wc should render with _label="Table with horizontal
55 <div class = " kol-table" >
66 <kol-table-settings-wc ></kol-table-settings-wc >
77 <div class = " kol-table__scroll-container" >
8- <table class = " kol-table__table" style = " min-width: 400px;" >
8+ <table class = " kol-table__table" style = " min-width: max( 400px, 0ch) ;" >
99 <div aria-describedby = " caption" class = " kol-table__focus-element" ></div >
1010 <caption class = " kol-table__caption" id = " caption" >
1111 Table with horizontal and vertical headers
@@ -82,7 +82,7 @@ exports[`kol-table-stateless-wc should render with _label="Table with only horiz
8282 <div class = " kol-table" >
8383 <kol-table-settings-wc ></kol-table-settings-wc >
8484 <div class = " kol-table__scroll-container" >
85- <table class = " kol-table__table" style = " min-width: 400px;" >
85+ <table class = " kol-table__table" style = " min-width: max( 400px, 0ch) ;" >
8686 <div aria-describedby = " caption" class = " kol-table__focus-element" ></div >
8787 <caption class = " kol-table__caption" id = " caption" >
8888 Table with only horizontal headers
@@ -129,7 +129,7 @@ exports[`kol-table-stateless-wc should render with _label="Table with two horizo
129129 <div class = " kol-table" >
130130 <kol-table-settings-wc ></kol-table-settings-wc >
131131 <div class = " kol-table__scroll-container" >
132- <table class = " kol-table__table" style = " min-width: 400px;" >
132+ <table class = " kol-table__table" style = " min-width: max( 400px, 0ch) ;" >
133133 <div aria-describedby = " caption" class = " kol-table__focus-element" ></div >
134134 <caption class = " kol-table__caption" id = " caption" >
135135 Table with two horizontal header rows
@@ -191,7 +191,7 @@ exports[`kol-table-stateless-wc should render with _label="Table with two spanne
191191 <div class = " kol-table" >
192192 <kol-table-settings-wc ></kol-table-settings-wc >
193193 <div class = " kol-table__scroll-container" >
194- <table class = " kol-table__table" style = " min-width: 400px;" >
194+ <table class = " kol-table__table" style = " min-width: max( 400px, 0ch) ;" >
195195 <div aria-describedby = " caption" class = " kol-table__focus-element" ></div >
196196 <caption class = " kol-table__caption" id = " caption" >
197197 Table with two spanned horizontal and vertical headers
0 commit comments