
FAIR is a non-profit organization dedicated to providing well-documented answers to criticisms of the doctrine, practice, and history of The Church of Jesus Christ of Latter-day Saints.
MikeParker (talk | contribs) No edit summary |
MikeParker (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
word-break: keep-all; | word-break: keep-all; | ||
} | } | ||
/* Tablas con scroll horizontal en móviles - solución mejorada */ | |||
/* Tablas con scroll horizontal en móviles - solución | /* Hacer que el contenedor tenga scroll horizontal sin romper la estructura de la tabla */ | ||
/* Hacer que | .mw-parser-output, | ||
.mw-content-text { | |||
overflow-x: auto !important; | |||
-webkit-overflow-scrolling: touch !important; | |||
max-width: 100% !important; | |||
width: 100% !important; | |||
box-sizing: border-box !important; | |||
} | |||
/* Las tablas mantienen su estructura normal pero con ancho mínimo para activar scroll */ | |||
.mw-parser-output table.wikitable, | .mw-parser-output table.wikitable, | ||
.mw-content-text table.wikitable, | .mw-content-text table.wikitable, | ||
.mw-parser-output table, | .mw-parser-output table, | ||
.mw-content-text table { | .mw-content-text table { | ||
min-width: 600px !important; | min-width: 600px !important; | ||
width: auto !important; | |||
max-width: none !important; | |||
table-layout: auto !important; | table-layout: auto !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
} | } | ||
} | } | ||
/* Responsive: Related articles - título arriba, contenido abajo */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
.related-articles-box{
word-break: keep-all;
}
/* Tablas con scroll horizontal en móviles - solución mejorada */
/* Hacer que el contenedor tenga scroll horizontal sin romper la estructura de la tabla */
.mw-parser-output,
.mw-content-text {
overflow-x: auto !important;
-webkit-overflow-scrolling: touch !important;
max-width: 100% !important;
width: 100% !important;
box-sizing: border-box !important;
}
/* Las tablas mantienen su estructura normal pero con ancho mínimo para activar scroll */
.mw-parser-output table.wikitable,
.mw-content-text table.wikitable,
.mw-parser-output table,
.mw-content-text table {
min-width: 600px !important;
width: auto !important;
max-width: none !important;
table-layout: auto !important;
margin: 0 !important;
}
}

FAIR is a non-profit organization dedicated to providing well-documented answers to criticisms of the doctrine, practice, and history of The Church of Jesus Christ of Latter-day Saints.
We are a volunteer organization. We invite you to give back.
Donate Now