質問編集履歴
1
画像の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -50,4 +50,17 @@
|
|
50
50
|
|
51
51
|
|
52
52
|
|
53
|
-
```
|
53
|
+
```
|
54
|
+
```
|
55
|
+
table{
|
56
|
+
table-layout: fixed;
|
57
|
+
}
|
58
|
+
th{
|
59
|
+
width: 100%;
|
60
|
+
}
|
61
|
+
td{
|
62
|
+
text-overflow: ellipsis;
|
63
|
+
}
|
64
|
+
```
|
65
|
+
|
66
|
+

|