Skip to content

Commit ff52d95

Browse files
alyssamichellekara
authored andcommitted
docs(radio-button): add a bit of padding to radio button example (#7433)
1 parent edd7924 commit ff52d95

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/** No CSS for this example */
1+
.mat-radio-button ~ .mat-radio-button {
2+
padding-right: 16px;
3+
}

src/material-examples/radio-overview/radio-overview-example.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ import {Component} from '@angular/core';
66
@Component({
77
selector: 'radio-overview-example',
88
templateUrl: 'radio-overview-example.html',
9+
styleUrls: ['radio-overview-example.css'],
910
})
1011
export class RadioOverviewExample {}

0 commit comments

Comments
 (0)