The label and display for a read only display plug-in are not aligned
The label and display for a read only display plug-in are not aligned
![mike92117](https://secure.gravatar.com/avatar/5bce1b9e424cf4f54946e4a705d27f74/?default=https%3A%2F%2Fvanillicon.com%2F5bce1b9e424cf4f54946e4a705d27f74_200.png&rating=g&size=120)
in Extensions
How can I make the NTU value and label align? I'm using the "read only display" plug-in described in the docs. See screenshot.
dataType: 'json',
fields: [{
label: "Name",
name: "Name"
}, {
label: "NTU",
name: "NTU",
type: "display"
}, {
label: "DPic",
name: "DPic"
}, {
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
It looks like some CSS such as:
is needed there. Here is a little example.
Allan
Thanks Allan.