Answer the question
In order to leave comments, you need to log in
How to remove the wrapping of buttons in the table when collapsing in semantic-ui?
If I insert such a structure into the table, then the plus button is under the minus. Is there any way to fix this using semantic-ui without interfering with cell styles and size?
<td class="collapsing">
<div class="ui buttons icon">
<button class="ui button red"><i class="icon minus"></i></button>
<button class="ui button green"><i class="icon plus"></i></button>
</div>
</td>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question