|
|
| Linia 19: |
Linia 19: |
| box-shadow: #000 0 2px 3px; | | box-shadow: #000 0 2px 3px; |
| flex-grow: 1; | | flex-grow: 1; |
| }
| |
|
| |
| /* nie zawijajmy linii w infoboksach, grupy z layout horizontal */
| |
| .pi-horizontal-group {
| |
| display: table !important;
| |
| width: 100%;
| |
| table-layout: fixed;
| |
| }
| |
|
| |
| .pi-horizontal-group tr {
| |
| display: table-row !important;
| |
| }
| |
|
| |
| .pi-horizontal-group-item {
| |
| display: block !important;
| |
| overflow-x: auto !important;
| |
| overflow-y: hidden !important;
| |
| white-space: nowrap !important;
| |
| padding-bottom: 0.5em;
| |
| margin-bottom: 0.5em;
| |
| max-width: 100%;
| |
| }
| |
|
| |
| .pi-horizontal-group-item ul {
| |
| padding-left: 1.2em !important;
| |
| margin-left: 0 !important;
| |
| white-space: normal !important;
| |
| }
| |
|
| |
| .pi-horizontal-group-item li {
| |
| white-space: normal !important;
| |
| }
| |
|
| |
| .pi-horizontal-group-item .pi-data-value {
| |
| white-space: normal !important;
| |
| }
| |
|
| |
| .pi-horizontal-group-item {
| |
| max-height: 300px;
| |
| } | | } |