Feature: copy workflows and mail rules, improve layout (#7727)

This commit is contained in:
shamoon 2024-09-16 22:02:51 -07:00 committed by GitHub
parent 8aa35540b5
commit 6192c15c4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 227 additions and 70 deletions

View file

@ -0,0 +1,4 @@
// hide caret on mobile dropdown
.d-block.d-sm-none .dropdown-toggle::after {
display: none;
}