Made the box for technique IDs wider
parent
be45e69e54
commit
63fdef7f00
|
@ -103,7 +103,7 @@ input[type='file'] {
|
||||||
padding-left: 15px !important;
|
padding-left: 15px !important;
|
||||||
padding-right: 15px !important;
|
padding-right: 15px !important;
|
||||||
margin-left: 15px !important;
|
margin-left: 15px !important;
|
||||||
width: 80px !important;
|
width: 100px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.attack-id {
|
p.attack-id {
|
||||||
|
@ -113,7 +113,7 @@ p.attack-id {
|
||||||
.attack-span {
|
.attack-span {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 125px;
|
width: 145px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notifications a,
|
.notifications a,
|
||||||
|
|
|
@ -8,7 +8,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
|
||||||
"url": "/dettect-editor/css/chunk-vendors.132c3c8c.css"
|
"url": "/dettect-editor/css/chunk-vendors.132c3c8c.css"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"revision": "dcc1c1e6240a9be1c1d954e40912e920",
|
"revision": "39ad5aa2fb60c34825469d075538010d",
|
||||||
"url": "/dettect-editor/custom.css"
|
"url": "/dettect-editor/custom.css"
|
||||||
},
|
},
|
||||||
{
|
{
|
|
@ -14,7 +14,7 @@
|
||||||
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
||||||
|
|
||||||
importScripts(
|
importScripts(
|
||||||
"/dettect-editor/precache-manifest.5a8ab632d0716eb84f5121d3996889d1.js"
|
"/dettect-editor/precache-manifest.e91fa558d551735c95b79c9166c24202.js"
|
||||||
);
|
);
|
||||||
|
|
||||||
workbox.core.setCacheNameDetails({prefix: "vue-black-dashboard"});
|
workbox.core.setCacheNameDetails({prefix: "vue-black-dashboard"});
|
||||||
|
|
|
@ -103,7 +103,7 @@ input[type='file'] {
|
||||||
padding-left: 15px !important;
|
padding-left: 15px !important;
|
||||||
padding-right: 15px !important;
|
padding-right: 15px !important;
|
||||||
margin-left: 15px !important;
|
margin-left: 15px !important;
|
||||||
width: 80px !important;
|
width: 100px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.attack-id {
|
p.attack-id {
|
||||||
|
@ -113,7 +113,7 @@ p.attack-id {
|
||||||
.attack-span {
|
.attack-span {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 125px;
|
width: 145px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notifications a,
|
.notifications a,
|
||||||
|
|
Loading…
Reference in New Issue