質問編集履歴

2

回答を参考に実施した結果を追記

2019/12/20 07:06

投稿

austr
austr

スコア36

test CHANGED
File without changes
test CHANGED
@@ -24,4 +24,34 @@
24
24
 
25
25
 
26
26
 
27
+ ----
28
+
29
+
30
+
27
-
31
+ 追記
32
+
33
+
34
+
35
+ w-md-25を追加してみましたが結果は変わりませんでした。
36
+
37
+
38
+
39
+ ```
40
+
41
+ <div class="btn-group btn-group-toggle d-flex" data-toggle="buttons">
42
+
43
+ <label class="btn btn-outline-primary w-100 w-md-25 active">
44
+
45
+ <input type="radio" name="options" id="option1" autocomplete="off" checked />Yes
46
+
47
+ </label>
48
+
49
+ <label class="btn btn-outline-primary w-100 w-md-25">
50
+
51
+ <input type="radio" name="options" id="option2" autocomplete="off" />No
52
+
53
+ </label>
54
+
55
+ </div>
56
+
57
+ ```

1

本文が表示されてないので何かしら文字を追加

2019/12/20 07:06

投稿

austr
austr

スコア36

test CHANGED
File without changes
test CHANGED
@@ -21,3 +21,7 @@
21
21
  </div>
22
22
 
23
23
  ```
24
+
25
+
26
+
27
+