Skip to content

Commit 0736813

Browse files
committed
Fixed radio buttons arrangement issue
- The contents in the Power restore policies were not listed in a new line for large or extra large screens, Fixed this by using stacked prop. Signed-off-by: Nikhil Ashoka <[email protected]> Change-Id: I30ec1206a929137fc6635d602944cd80d2c2805f
1 parent dfba4e5 commit 0736813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/Settings/PowerRestorePolicy/PowerRestorePolicy.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
v-model="currentPowerRestorePolicy"
1010
:options="options"
1111
name="power-restore-policy"
12+
stacked
1213
></b-form-radio-group>
1314
</b-form-group>
1415
</b-col>

0 commit comments

Comments
 (0)