Extend clickable area of checkbox
This commit is contained in:
4
src/browser/css/settings.css
Normal file
4
src/browser/css/settings.css
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
.checkbox > label {
|
||||||
|
width: 100%;
|
||||||
|
}
|
@@ -6,6 +6,7 @@
|
|||||||
<title>Settings</title>
|
<title>Settings</title>
|
||||||
<link rel="stylesheet" href="modules/bootstrap/css/bootstrap.min.css">
|
<link rel="stylesheet" href="modules/bootstrap/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="css/index.css">
|
<link rel="stylesheet" href="css/index.css">
|
||||||
|
<link rel="stylesheet" href="css/settings.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user