Skip to content

Commit

Permalink
Merge pull request #425 from tungleduyxyz/issue-420
Browse files Browse the repository at this point in the history
Fix the issue cannot move fields to the top
  • Loading branch information
reshmabidikar authored Dec 19, 2024
2 parents cd38619 + c00d1eb commit a45e838
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/views/kaui/accounts/_multi_functions_bar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@
width: 200px;
overflow-y: auto;
}

.dropdown-menu#column-visibility::before {
content: 'Drag to reorder columns';
display: block;
height: 30px;
text-align: center;
color: darkgrey;
padding-top: 5px;
}

.dropdown-menu {
padding: 5px;
Expand Down
10 changes: 10 additions & 0 deletions app/views/kaui/invoices/_multi_functions_bar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@
.dropdown-menu {
padding: 5px;
}

.dropdown-menu#column-visibility::before {
content: 'Drag to reorder columns';
display: block;
height: 30px;
text-align: center;
color: darkgrey;
padding-top: 5px;
}

.toggle-button-right {
float: right;
margin-bottom: 10px;
Expand Down
10 changes: 10 additions & 0 deletions app/views/kaui/payments/_multi_functions_bar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@
.dropdown-menu {
padding: 5px;
}

.dropdown-menu#column-visibility::before {
content: 'Drag to reorder columns';
display: block;
height: 30px;
text-align: center;
color: darkgrey;
padding-top: 5px;
}

.toggle-button-right {
float: right;
margin-bottom: 10px;
Expand Down

0 comments on commit a45e838

Please sign in to comment.