mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 09:41:47 +02:00
feat(tables): it removes the media query and edit text in html
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.nes-table-responsive {
|
||||
@media (max-width: 768px) {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
max-width: 100%;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.nes-table {
|
||||
table-layout: fixed;
|
||||
|
Reference in New Issue
Block a user