Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Modal component, payment cancelling, processing errors in popovers and other improvements #62

Merged
merged 12 commits into from
Jul 5, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed: working period rows got taller on small screens.
  • Loading branch information
MadOPcode committed Jul 5, 2021
commit d2d1a1cd929bbbc47271b9b14bcb6c1a28279e5a
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
td.toggle {
padding: 12px 18px 12px 15px;
line-height: 15px;
white-space: nowrap;
}

.selectionCheckbox {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.popup {
max-width: 400px;
line-height: $line-height-px;
white-space: normal;
}

.icon {
Expand Down