Skip to content

Commit

Permalink
fix (select-prop): remove css that isn't working as intended (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelez committed Dec 4, 2020
1 parent 3113e82 commit e1e8b91
Showing 1 changed file with 13 additions and 13 deletions.
Expand Up @@ -50,14 +50,14 @@
.property-value {
grid-column: 2 / span 3;

.value {
width: 90%;
vertical-align: top;
}
// .value {
// width: 90%;
// vertical-align: top;
// }

.buttons {
width: 9%;
vertical-align: middle;
// width: 9%;
// vertical-align: middle;

button {
cursor: pointer;
Expand All @@ -78,17 +78,17 @@
}
}

.value,
.buttons {
display: inline-block;
}
// .value,
// .buttons {
// display: inline-block;
// }
}
}
}
}

// TODO: maybe find a better way to do this
::ng-deep .form-content .large-field {
min-width: 0;
}
// ::ng-deep .form-content .large-field {
// min-width: 0;
// }

0 comments on commit e1e8b91

Please sign in to comment.