@@ -21,7 +21,7 @@ $stores = $block->getStoresSortedBySortOrder();
21
21
<th class="col-draggable"></th>
22
22
<th class="col-default"><span><?= $ block ->escapeHtml (__ ('Is Default ' )) ?> </span></th>
23
23
<?php foreach ($ stores as $ _store ): ?>
24
- <th class="col-swatch col-<%- data.id %>
24
+ <th class="col-swatch col-swatch-min-width col- <%- data.id %>
25
25
<?php if ($ _store ->getId () == \Magento \Store \Model \Store::DEFAULT_STORE_ID ): ?> _required<?php endif ; ?> "
26
26
colspan="2">
27
27
<span><?= $ block ->escapeHtml ($ _store ->getName ()) ?> </span>
@@ -75,15 +75,15 @@ $stores = $block->getStoresSortedBySortOrder();
75
75
</td>
76
76
<?php foreach ($ stores as $ _store ): ?>
77
77
<?php $ storeId = (int )$ _store ->getId (); ?>
78
- <td class="col-swatch col-<%- data.id %>">
78
+ <td class="col-swatch col-swatch-min-width col- <%- data.id %>">
79
79
<input class="input-text
80
80
swatch-text-field-<?= /* @noEscape */ $ storeId ?>
81
81
<?php if ($ storeId == \Magento \Store \Model \Store::DEFAULT_STORE_ID ): ?> required-option required-unique<?php endif ; ?> "
82
82
name="swatchtext[value][<%- data.id %>][<?= /* @noEscape */ $ storeId ?> ]"
83
83
type="text" value="<%- data.swatch<?= /* @noEscape */ $ storeId ?> %>"
84
84
placeholder="<?= $ block ->escapeHtml (__ ("Swatch " )) ?> "/>
85
85
</td>
86
- <td class="swatch-col-<%- data.id %>">
86
+ <td class="col-swatch-min-width swatch-col-<%- data.id %>">
87
87
<input name="optiontext[value][<%- data.id %>][<?= /* @noEscape */ $ storeId ?> ]"
88
88
value="<%- data.store<?= /* @noEscape */ $ storeId ?> %>"
89
89
class="input-text<?php if ($ storeId == \Magento \Store \Model \Store::DEFAULT_STORE_ID ): ?> required-option<?php endif ; ?> "
0 commit comments