/*
Theme Name: Spinoko Child
Theme URI: https://dinomatic.com/spinoko
Author: DinoMatic
Author URI: https://dinomatic.com
Template: spinoko
Description: Spinoko: Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spinoko-child
*/


/* Κλάση για μη αναδίπλωση λέξεων και scrollbar */
.no-wrap-table table {
    white-space: nowrap;
    width: fit-content;
    max-width: 100%;
}

.no-wrap-table {
    overflow-x: auto;
}
