Skip to content

Instantly share code, notes, and snippets.

@FembotDBA
Created June 21, 2013 23:51
Show Gist options
  • Save FembotDBA/5835192 to your computer and use it in GitHub Desktop.
Save FembotDBA/5835192 to your computer and use it in GitHub Desktop.
JQuery to widen table for SharePoint 2013 small edit windows
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script><script type="text/javascript">
$(function(){
$("table").css("width", "100%");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment