Skip to content
Snippets Groups Projects
Commit 8df3f80f authored by Laurel Williams's avatar Laurel Williams
Browse files

Fix CSS on hotkeys for large screens

parent 5ffe0b63
Branches
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ $('.icon-selection').click(function() {
//-----LOADING KEYBOARDS-----//
function hotkeyStylize(ele, page, id, url){
ele.css({'max-width': '20%', 'min-width': '20%', 'text-indent': '-9999px'});
ele.css({'max-width': '20%', 'min-width': '20%', 'text-indent': '-9999px', 'text-align': 'left', 'overflow': 'hidden'});
ele.append('<button class="url-icon" id="url-icon-' + id +'"> </button>')
var urlIcon = $('#url-icon-' + id)
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment