Extend clickable area of checkbox

This commit is contained in:
Yuya Ochiai
2017-02-17 00:09:45 +09:00
parent 4d2a95cd32
commit e1a2175bcd
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
.checkbox > label {
width: 100%;
}

View File

@@ -6,6 +6,7 @@
<title>Settings</title>
<link rel="stylesheet" href="modules/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/settings.css">
</head>
<body>