| Index: static/scss/components/_select.scss | 
| =================================================================== | 
| --- a/static/scss/components/_select.scss | 
| +++ b/static/scss/components/_select.scss | 
| @@ -9,17 +9,22 @@ | 
| // help.eyeo.com is distributed in the hope that it will be useful, | 
| // but WITHOUT ANY WARRANTY; without even the implied warranty of | 
| // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
| // GNU General Public License for more details. | 
| // | 
| // You should have received a copy of the GNU General Public License | 
| // along with help.eyeo.com.  If not, see <http://www.gnu.org/licenses/>. | 
|  | 
| -// Custom Select Field | 
| +/******************************************************************************* | 
| + * Select | 
| + ******************************************************************************/ | 
| + | 
| +/* Custom Select | 
| + ******************************************************************************/ | 
|  | 
| .custom-select | 
| { | 
| position: relative; | 
| } | 
|  | 
| .custom-select-selected | 
| { | 
| @@ -102,18 +107,19 @@ | 
| color: inherit; | 
| } | 
| } | 
|  | 
| .custom-select-option | 
| { | 
| padding: 0.7em; | 
| } | 
| - | 
| -// Custom Dropdown (extends the custom select element) | 
| + | 
| +/* Custom Dropdown (extends the custom select element) | 
| + ******************************************************************************/ | 
|  | 
| .custom-select-dropdown .custom-select-selected, | 
| .custom-select-dropdown .custom-select-options | 
| { | 
| width: 100%; | 
| } | 
|  | 
| .custom-select-dropdown .custom-select-selected | 
|  |