diff --git a/appinfo/database.xml b/appinfo/database.xml index 731aea98a..9f7dd1919 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -19,7 +19,7 @@ title text true - 64 + 100 owner @@ -55,7 +55,7 @@ title text true - 64 + 100 board_id @@ -97,14 +97,13 @@ title text + 100 true - 64 description - text + clob false - 4096 stack_id @@ -187,7 +186,7 @@ title text true - 64 + 100 card_id @@ -239,7 +238,7 @@ title text false - 64 + 100 color diff --git a/appinfo/info.xml b/appinfo/info.xml index b467190d9..3176fb252 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ 💥 This is still alpha software: it may not be stable enough for production! - 0.1.2 + 0.1.2.1 agpl Julius Härtl Deck diff --git a/css/style.css b/css/style.css index 863a6cedc..8fea05cff 100644 --- a/css/style.css +++ b/css/style.css @@ -418,7 +418,7 @@ button:hover { */ #card-header { - height: 44px; + min-height: 44px; } #card-header h2 { diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 41b0e8813..c5b5dc04c 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -21,7 +21,8 @@ + ng-model="newStack.title" required + maxlength="100" /> @@ -40,7 +41,7 @@ + required maxlength="100"/>