Created
October 27, 2016 01:26
-
-
Save Restoration/0aa0903cf05e36dce3d2b7b80a281b1e to your computer and use it in GitHub Desktop.
tableでwidthが反映されない場合の対処
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .table { | |
| border-collapse: collapse; | |
| table-layout: fixed; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment