投稿日: 2017年8月30日bootstrapでかっこいいテーブルtabulatorを使うと崩れる時の対処 とりあえず、以下のCSSを追加してみるとましになりました。 bodyに設定された line-height: 0px; が影響して崩れるみたい。 CSS .tabulator { font-size: 10px; } .tabulator-col { height: 16pt; line-height: 16px; } .tabulator-tableHolder { line-height: 16px; } .tabulator-table { line-height: 16px; } .list-group-item { font-size: 10px; } 1234567891011121314151617181920 .tabulator { font-size: 10px;} .tabulator-col { height: 16pt; line-height: 16px;} .tabulator-tableHolder { line-height: 16px;} .tabulator-table { line-height: 16px;} .list-group-item { font-size: 10px;}
投稿日: 2017年7月11日ubuntuノートPCで蓋閉めても停止しなくする % sudo vi /etc/systemd/logind.conf --- #HandleLidSwitch=suspend HandleLidSwitch=ignore --- % sudo systemctl restart systemd-logind 1234567 % sudo vi /etc/systemd/logind.conf---#HandleLidSwitch=suspendHandleLidSwitch=ignore--- % sudo systemctl restart systemd-logind