mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-12 16:26:37 +00:00
CSS fix for small screen sizes, e.g. on mobile phones
This commit is contained in:
parent
9112ba8f0b
commit
99027813ef
@ -72,6 +72,15 @@ found in the LICENSE file.
|
|||||||
.table td {
|
.table td {
|
||||||
padding-left: 20px !important;
|
padding-left: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width:767px){
|
||||||
|
.table-responsive>.table>tbody>tr>td{
|
||||||
|
/* revert a bootstrap setting e.g.:
|
||||||
|
* for mobile phones to allow linebreaks in long repro folder/shared with
|
||||||
|
* columns. */
|
||||||
|
white-space:normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user