mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
build_number_ranges.md: same column width for all tables
This commit is contained in:
parent
71ef4f5909
commit
f4d2a828dc
@ -1,6 +1,14 @@
|
||||
---
|
||||
title: Build Number Ranges
|
||||
---
|
||||
<style>
|
||||
table {
|
||||
width:100%;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
width: 10%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Use this reference of build number ranges to specify the correct `since-build` and `until-build` values in your plugin descriptor.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user