minor style fix
tronnet/workflows: Code Style -- Web Components / style-web (push) Successful in 18s
tronnet/workflows: Code Style -- Web Components / style-web (push) Successful in 18s
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
</div>
|
||||
<div id="controls" class="w3-center w3-container">
|
||||
<button id="cancel" type="submit" value="cancel" form="form" class="w3-button w3-margin" formnovalidate>CANCEL</button>
|
||||
<button id="confirm" type="submit" value="confirm" form="form" class="w3-button w3-margin" >CONFIRM</button>
|
||||
<button id="confirm" type="submit" value="confirm" form="form" class="w3-button w3-margin">CONFIRM</button>
|
||||
</div>
|
||||
</dialog>
|
||||
</template>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{/* <head> common across all pages*/}}
|
||||
{{/* <head> common across all pages */}}
|
||||
{{define "head"}}
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@@ -15,7 +15,7 @@
|
||||
<link rel="stylesheet" href="css/form.css">
|
||||
{{end}}
|
||||
|
||||
{{/* <header> common across all pages*/}}
|
||||
{{/* <header> common across all pages */}}
|
||||
{{define "header"}}
|
||||
<header>
|
||||
<h1>{{.global.Organization}}</h1>
|
||||
|
||||
Reference in New Issue
Block a user