dokka
dokka copied to clipboard
Dokka 1.9.0 Space for name of inheritor limited without any reason
Describe the bug
In 1.8.20 the name of an inheritor class can take the full line:
In 1.9.0 the space has shrunk:
open class KotlinSuperclass
class KotlinSubclassWithNameLongEnough: KotlinSuperclass() {}
class KotlinSubclassWithNameLongEnoughButAnother: KotlinSuperclass() {}
Installation
- Dokka version: 1.9.0
Note: it should not break the rendering of tags like @see
, which have two columns.
This needs additional discussion with a designer
There is a way to prevent inheritors names from wrapping:
but in the same time it is not obvious that it is a better option in case when there is a lot of info and it looks like a united table
Maybe a bigger rework of the UI is needed in this part