1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Updated table styling to ideally by more predictable

Set styles to be fixed and not cut text.
This commit is contained in:
Dan Brown
2016-09-06 20:47:34 +01:00
parent d94fc5b694
commit 393f6047f2
4 changed files with 25 additions and 23 deletions

View File

@ -1,6 +1,7 @@
* {
box-sizing: border-box;
}
html {
background-color: #FFFFFF;
height: 100%;
@ -9,6 +10,7 @@ html {
overflow-y: hidden;
}
}
body {
font-family: $text;
font-size: $fs-m;
@ -19,16 +21,4 @@ body {
button {
font-size: 100%;
}
table {
min-width: 100px;
td, th {
min-width: 10px;
padding: 4px 6px;
border: 1px solid #DDD;
}
td p, th p {
margin: 0;
}
}