minor style fixes

This commit is contained in:
Alex Turchyn
2023-09-24 17:49:24 +03:00
parent 154a30b60b
commit d2edb2fb69
5 changed files with 16 additions and 14 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<div class="flex flex-wrap space-y-4 md:flex-nowrap md:space-y-0 md:space-x-10">
<div class="flex-wrap space-y-4 md:flex md:flex-nowrap md:space-y-0 md:space-x-10">
<%= render 'shared/settings_nav' %>
<div class="flex-grow">
<div class="md:flex-grow">
<div class="flex justify-between mb-4">
<h1 class="text-4xl font-bold">Team</h1>
<% if can?(:create, User.new(account: current_account)) %>