1
0
forked from ALHP/ALHP.GO

no warp for icons

This commit is contained in:
2021-11-24 16:50:29 +01:00
parent 67e9d30f6e
commit 2764aff4f6

View File

@@ -20,6 +20,11 @@
.accordion:last-child { .accordion:last-child {
padding-bottom: 8vh; padding-bottom: 8vh;
} }
.info-box {
overflow: hidden;
white-space: nowrap;
}
</style> </style>
</head> </head>
<body> <body>
@@ -86,7 +91,7 @@
</td> </td>
<td>{{$pkg.Svn2GitVersion}}</td> <td>{{$pkg.Svn2GitVersion}}</td>
<td>{{$pkg.Version}}</td> <td>{{$pkg.Version}}</td>
<td class="text-end"> <td class="text-end info-box">
{{with $pkg.Log}}<a href="{{.}}" {{with $pkg.Log}}<a href="{{.}}"
><i class="bi bi-file-text-fill"></i></a ><i class="bi bi-file-text-fill"></i></a
>{{end}} >{{end}}