Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix(disk-offering): cut radio label (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Shakhov committed Dec 20, 2018
1 parent cc55289 commit 6821e0d
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,15 @@ table {
.text-right {
text-align: right;
}

mat-expansion-panel-header {
position: relative;

/deep/ .mat-radio-container {
position: absolute;
}

/deep/ .mat-radio-label-content {
margin-left: 20px;
}
}

0 comments on commit 6821e0d

Please sign in to comment.