родителю флекс, спейс битвин
чет не получается
Код покажи
<div> <%= button_tag 'Filter', formaction: holidays_path, class: "select-button" %> <%- if params.values.select(&:present?).size > 2 %> <%= link_to 'Reset filters', holidays_path %> <% end %> <% end %> <%- if policy(:user).create? %> <%= link_to new_holiday_path, class: "select-button " do %> <%= t('buttons.new').titleize %> <% end %> <% end %> </div>
.select-button { @apply inline-flex items-center justify-center rounded-md border border-transparent bg-emerald-600 px-4 my-3 py-2 text-sm font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 sm:w-auto; }
Уф, родителю флекс и битвин и ширину 100%
а можно кодом? ибо я с css вообще не дружу
я просто другое пока учю
display: flex; justify-content: space-between; width: 100%;
Что это такое вообще на чем ты пишешь, используешь тайлвинд , но без знаний ксс? интересно
Обсуждают сегодня