Skip to content

Commit

Permalink
adjust some padding
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Oct 17, 2024
1 parent c7d13ac commit 49cb267
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ li.address_full {
}

.machine_name {
width: 94%;
width: calc(100% - 30px);
}

.w_100 {
Expand Down
8 changes: 4 additions & 4 deletions app/assets/stylesheets/mobile-application.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -738,10 +738,6 @@ span.machine_condition_text {
width: 98%;
}

.metadata_location {
margin-top: 0;
}

.metadata_edit_location form select,
.metadata_edit_location input.edit_mode {
width: 200px;
Expand All @@ -753,6 +749,10 @@ span.machine_condition_text {
line-height: 18px;
}

.machine_lmx {
padding: 0;
}

.machine_condition_display_lmx {
font-size: 14px;
line-height: 16px;
Expand Down

0 comments on commit 49cb267

Please sign in to comment.