2 Commits
Author SHA1 Message Date
basti 554e661ad6 0.5.1 2017-12-26 14:56:17 +01:00
basti e4520d86c3 Fix file preview content not breaking 2017-12-26 14:55:37 +01:00
4 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -82,11 +82,12 @@
padding: 1.5rem 1px;
&.content {
// foo
overflow: hidden;
}
&.meta {
grid-column-start: 3;
overflow: hidden;
dl {
margin: 0;
+3 -1
View File
@@ -1,8 +1,10 @@
.file-preview {
code {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
line-height: 1.5rem;
hyphens: none;
}
img {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "inspektor",
"version": "0.5.0",
"version": "0.5.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "inspektor",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"description": "Inspect the contents of your remote storage",
"license": "MIT",