HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Apache24/htdocs/wp-content/themes/twentynineteen/sass/elements/_tables.scss
table {
	margin: 0 0 $size__spacing-unit;
	border-collapse: collapse;
	width: 100%;
	@include font-family( $font__heading );

	td,
	th {
		padding: 0.5em;
		border: 1px solid $color__text-light;
		word-break: break-all;
	}
}