20Q : Fixed line break in techniques label list

This commit is contained in:
Vlyan
2021-11-03 18:10:27 +01:00
parent e2e6e18a13
commit d720b6ebef
3 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
- Fixed : "Passion for [Foreign Performing Art Form]" from "Passion" to "Distinction" type. - Fixed : "Passion for [Foreign Performing Art Form]" from "Passion" to "Distinction" type.
- Fixed : "Flowering Deceptions" from "Kata" to "Shuji" type. - Fixed : "Flowering Deceptions" from "Kata" to "Shuji" type.
- New NPC changed from "minion" to "adversary" by default. - New NPC changed from "minion" to "adversary" by default.
- 20Q : Fixed line break in techniques label list.
## 1.3.5 - DsN hotfix ## 1.3.5 - DsN hotfix
- Fixed a bug introduced by DiceSoNice 4.2.1 : context in "diceSoNiceRollStart" hook rebuild data and lost what we needed. The consequence is 3d dice flood a lot in RnK. - Fixed a bug introduced by DiceSoNice 4.2.1 : context in "diceSoNiceRollStart" hook rebuild data and lost what we needed. The consequence is 3d dice flood a lot in RnK.

File diff suppressed because one or more lines are too long

View File

@@ -178,6 +178,7 @@
padding: 0.25rem; padding: 0.25rem;
margin: 0.25rem; margin: 0.25rem;
border-radius: 0; border-radius: 0;
white-space: nowrap;
} }
} }
input { input {