Disable wrapping in TH tags
This commit is contained in:
parent
d509008bc1
commit
f9a83d5c65
@ -4,6 +4,11 @@
|
||||
<title>Reactive Search</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
|
||||
<style type="text/css">
|
||||
th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
Loading…
Reference in New Issue
Block a user