Adding CSS properties to v1 and v2 layouts.

This commit is contained in:
Gianluca Martino
2026-01-20 23:31:40 -08:00
parent 417a97c26c
commit de79a757cb
2 changed files with 5 additions and 1 deletions

View File

@@ -263,6 +263,10 @@ span.twitter-typeahead {
background-color: #f5f5f5;
}
.box-body, .box, .content-header {
overflow-x: auto;
}
/*
.twitter-typeahead {
width:100%;

View File

@@ -76,7 +76,7 @@ h3.hover-expand:hover {
overflow-x: auto;
}
.box-body {
.box-body, .box, .content-header {
overflow-x: auto;
}