Skip to content

Commit 0860b79

Browse files
committed
Fix: 表内の改行を無効化
1 parent ca9239c commit 0860b79

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_sass/main.scss

+2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ table{
3838
width: 100%;
3939
border-collapse: collapse;
4040
border: solid 2px grey;
41+
min-width: 1000px;
4142
}
4243

4344
table th, table td{
4445
border: solid 1px grey;
46+
white-space: nowrap;
4547
}

docs/event_archive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ VSPが過去に行ったイベント一覧です。
2828
| 2020-03-06 22:00-| 第五回雑談会「ようこそ!はじめてのVSP雑談会」| |
2929
| 2020-03-08 20:30-23:30 | グランドツアー | S_朝霧, medaka, 天野ステラ, 巻乃もなか, 海崎マノン, makjapan |
3030
| 2020-03-15 22:00-23:00 | VSP×Bar羽休めコラボ | 天野ステラ |
31-
| 2020-03-20 22:00-23:30 | VSPグランドツアー Questお代わりツアー | makjapan |
31+
| 2020-03-20 22:00-23:30 | VSPグランドツアー Questお代わりツアー | makjapan |

0 commit comments

Comments
 (0)