Commit 923040b3 authored by Simon Knox's avatar Simon Knox

add padding for board unavailable

parent ea181f70
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
%a{ ":href" => "'#{board_base_url}/' + board.id" } %a{ ":href" => "'#{board_base_url}/' + board.id" }
{{ board.name }} {{ board.name }}
- if !multiple_boards_available? && current_board_parent.boards.size > 1 - if !multiple_boards_available? && current_board_parent.boards.size > 1
%li.small %li
.small.unclickable
Some of your boards are hidden, activate a license to see them again. Some of your boards are hidden, activate a license to see them again.
.dropdown-loading{ "v-if" => "loading" } .dropdown-loading{ "v-if" => "loading" }
= icon("spin spinner") = icon("spin spinner")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment