Skip to content

Commit

Permalink
docs(radio-button): add a bit of padding to radio button example (#7433)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssamichelle authored and kara committed Oct 5, 2017
1 parent edd7924 commit ff52d95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/** No CSS for this example */
.mat-radio-button ~ .mat-radio-button {
padding-right: 16px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ import {Component} from '@angular/core';
@Component({
selector: 'radio-overview-example',
templateUrl: 'radio-overview-example.html',
styleUrls: ['radio-overview-example.css'],
})
export class RadioOverviewExample {}

0 comments on commit ff52d95

Please sign in to comment.