質問編集履歴
1
画像の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -103,3 +103,29 @@
|
|
103
103
|
|
104
104
|
|
105
105
|
```
|
106
|
+
|
107
|
+
```
|
108
|
+
|
109
|
+
table{
|
110
|
+
|
111
|
+
table-layout: fixed;
|
112
|
+
|
113
|
+
}
|
114
|
+
|
115
|
+
th{
|
116
|
+
|
117
|
+
width: 100%;
|
118
|
+
|
119
|
+
}
|
120
|
+
|
121
|
+
td{
|
122
|
+
|
123
|
+
text-overflow: ellipsis;
|
124
|
+
|
125
|
+
}
|
126
|
+
|
127
|
+
```
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
![イメージ説明](699e4bb3ac45fbd4e2b12f8aa10679a4.png)
|