Title: Unlink border width
Last modified: January 26, 2022

---

# Unlink border width

 *  Resolved [Marie Comet](https://wordpress.org/support/users/chaton666/)
 * (@chaton666)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/unlink-border-width/)
 * Does anyone know if it is possible to unlink border width on the blocks that 
   support border ?
    Like for the padding and border radius controls, we can set
   different value for top, right, left and bottom settings. In a theme.json setting
   maybe, but I didn’t find anything?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [David Smith](https://wordpress.org/support/users/get_dave/)
 * (@get_dave)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/unlink-border-width/#post-15294235)
 * Hi Marie,
 * It looks like the other controls that offer this use custom components. An example
   from [the `Border` panel](https://github.com/WordPress/gutenberg/blob/6a8fc976293e6360280bc6752994fad31329d38a/packages/edit-site/src/components/global-styles/border-panel.js#L202-L205)
   is the `BorderRadiusControl` which has [a special `<LinkedButton>` to toggle the multiple values on and off](https://github.com/WordPress/gutenberg/blob/6a8fc976293e6360280bc6752994fad31329d38a/packages/block-editor/src/components/border-radius-control/index.js#L102).
 * Unfortunately the border width control uses [the standard <UnitControl>](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-editor/src/components/unit-control/README.md)
   which doesn’t appear to offer the functionality you’re looking for.
 * Would you consider raising an Issue for this in the Github repo as I think it
   would be a valuable addition.
 *  Thread Starter [Marie Comet](https://wordpress.org/support/users/chaton666/)
 * (@chaton666)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/unlink-border-width/#post-15295611)
 * Thanks for your response David.
    It looks like it’s already a work in progress:
   [https://github.com/WordPress/gutenberg/issues/35602](https://github.com/WordPress/gutenberg/issues/35602)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Unlink border width’ is closed to new replies.

 * ![](https://ps.w.org/gutenberg/assets/icon-256x256.jpg?rev=1776042)
 * [Gutenberg](https://wordpress.org/plugins/gutenberg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gutenberg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gutenberg/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenberg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenberg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenberg/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)

 * 2 replies
 * 2 participants
 * Last reply from: [Marie Comet](https://wordpress.org/support/users/chaton666/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/unlink-border-width/#post-15295611)
 * Status: resolved