Made the box for technique IDs wider

master
Marcus Bakker 2020-07-10 09:42:58 +02:00
parent be45e69e54
commit 63fdef7f00
4 changed files with 6 additions and 6 deletions

View File

@ -103,7 +103,7 @@ input[type='file'] {
padding-left: 15px !important;
padding-right: 15px !important;
margin-left: 15px !important;
width: 80px !important;
width: 100px !important;
}
p.attack-id {
@ -113,7 +113,7 @@ p.attack-id {
.attack-span {
margin: 0px;
padding: 0px;
width: 125px;
width: 145px;
}
.notifications a,

View File

@ -8,7 +8,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "/dettect-editor/css/chunk-vendors.132c3c8c.css"
},
{
"revision": "dcc1c1e6240a9be1c1d954e40912e920",
"revision": "39ad5aa2fb60c34825469d075538010d",
"url": "/dettect-editor/custom.css"
},
{

View File

@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"/dettect-editor/precache-manifest.5a8ab632d0716eb84f5121d3996889d1.js"
"/dettect-editor/precache-manifest.e91fa558d551735c95b79c9166c24202.js"
);
workbox.core.setCacheNameDetails({prefix: "vue-black-dashboard"});

View File

@ -103,7 +103,7 @@ input[type='file'] {
padding-left: 15px !important;
padding-right: 15px !important;
margin-left: 15px !important;
width: 80px !important;
width: 100px !important;
}
p.attack-id {
@ -113,7 +113,7 @@ p.attack-id {
.attack-span {
margin: 0px;
padding: 0px;
width: 125px;
width: 145px;
}
.notifications a,