Skip to content

Commit

Permalink
UI fix - padding on dialog input. Resolves #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Jul 6, 2019
1 parent 6f01a1d commit cf737e6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/ui/import-map-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,15 @@ imo-popup a {

.imo-module-dialog input {
width: 100%;
font-size: 16px;
box-sizing: border-box;
padding-right: 20px;
}

.imo-module-dialog table {
margin-bottom: 16px;
}

.imo-module-dialog input {
font-size: 16px;
}

.imo-module-dialog table td:first-child {
text-align: right;
padding-right: 16px;
Expand Down Expand Up @@ -136,7 +135,7 @@ button.imo-overridden,
.imo-clear-input {
position: absolute;
top: 0;
right: 0;
right: 4px;
cursor: pointer;
display: flex;
align-items: center;
Expand Down

0 comments on commit cf737e6

Please sign in to comment.