IT系 bootstrapでかっこいいテーブルtabulatorを使うと崩れる時の対処 とりあえず、以下のCSSを追加してみるとましになりました。bodyに設定された line-height: 0px; が影響して崩れるみたい。.tabulator { font-size: 10px;}.tabulator-col { hei... 2017.08.30 IT系
IT系 ubuntuノートPCで蓋閉めても停止しなくする % sudo vi /etc/systemd/logind.conf---#HandleLidSwitch=suspendHandleLidSwitch=ignore---% sudo systemctl restart systemd-l... 2017.07.11 IT系